add: include OneMonthWithoutTax and OneMonthTax properties in InstitutionContractPrintViewModel

This commit is contained in:
2025-12-20 20:28:08 +03:30
parent b827493306
commit 20dd8f64f4

View File

@@ -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; }
}