Merge branch 'Feature/InstitutionContract/add-registration-style' into Main

This commit is contained in:
2025-09-28 15:14:32 +03:30

View File

@@ -99,20 +99,23 @@ public class InstitutionContractListWorkshop
public class WorkshopServicesViewModel
{
public bool Insurance { get; set; }
public static string InsuranceLabel ="ارسال لیست بیمه";
public string InsuranceLabel => "ارسال لیست بیمه";
public bool InsuranceInPerson { get; set; }
public static string InsuranceInPersonLabel ="خدمات حضوری";
public string InsuranceInPersonLabel => "خدمات حضوری";
public bool Contract { get; set; }
public static string ContractLabel ="قرارداد و تصفیه حساب";
public bool ContractInPerson { get; set; }
public static string ContractInPersonLabel ="خدمات حضوری";
public string ContractLabel => "قرارداد و تصفیه حساب";
public bool ContractInPerson { get; set; }
public string ContractInPersonLabel => "خدمات حضوری";
public bool RollCall { get; set; }
public static string RollCallLabel ="ساعت حضور و غیاب";
public string RollCallLabel => "ساعت حضور و غیاب";
public bool RollCallInPerson { get; set; }
public static string RollCallInPersonLabel ="خدمات مستقیم";
public string RollCallInPersonLabel => "خدمات مستقیم";
public bool CustomizeCheckout { get; set; }
public static string CustomizeCheckoutLabel ="فیش غیر رسمی";
public string CustomizeCheckoutLabel => "فیش غیر رسمی";
}