refactor: enhance error logging and add installment amount to institution contract view model

This commit is contained in:
2025-12-27 10:26:12 +03:30
parent a986212834
commit c488f61a09
3 changed files with 48 additions and 13 deletions

View File

@@ -91,6 +91,11 @@ public class GetInstitutionContractListItemsViewModel
public bool IsInPersonContract { get; set; }
public bool IsOldContract { get; set; }
/// <summary>
/// مبلغ قسط
/// </summary>
public double InstallmentAmount { get; set; }
}
public class InstitutionContractListWorkshop