6
0

VisitorManager.Async.cs Changes

Bu işleme şunda yer alıyor:
2023-08-08 18:03:51 +05:30
ebeveyn 533d48f4f5
işleme 6f4d348401
+2 -2
Dosyayı Görüntüle
@@ -64,9 +64,9 @@ namespace Bizgaze.CRM.Visitors.Managers
{ {
template = template.Replace("{{fullname}}", VisitorInfo_.Result.FullName); template = template.Replace("{{fullname}}", VisitorInfo_.Result.FullName);
} }
if (template.Contains("{{comingfrom}}")) if (template.Contains("{{cityname}}"))
{ {
template = template.Replace("{{comingfrom}}", VisitorInfo_.Result.ComingFrom); template = template.Replace("{{cityname}}", VisitorInfo_.Result.CityName);
} }
if (template.Contains("{{purposeofvisit}}")) if (template.Contains("{{purposeofvisit}}"))
{ {