diff --git a/CompanyManagment.App.Contracts/InstitutionContract/InstitutionContractPrintViewModel.cs b/CompanyManagment.App.Contracts/InstitutionContract/InstitutionContractPrintViewModel.cs index 597fd017..df913c85 100644 --- a/CompanyManagment.App.Contracts/InstitutionContract/InstitutionContractPrintViewModel.cs +++ b/CompanyManagment.App.Contracts/InstitutionContract/InstitutionContractPrintViewModel.cs @@ -23,4 +23,6 @@ public class InstitutionContractPrintViewModel public string VerifierPhoneNumber { get; set; } public LawViewModel LawViewModel { get; set; } public string Obligation { get; set; } + public string OneMonthWithoutTax { get; set; } + public string OneMonthTax { get; set; } } \ No newline at end of file