Add discounted amount calculations to institution contract responses

This commit is contained in:
MahanCh
2025-09-03 10:15:16 +03:30
parent 60ed37b965
commit 030ce880f8
3 changed files with 12 additions and 7 deletions

View File

@@ -79,5 +79,5 @@ public class ReviewAndPaymentViewModel
public string DailyCompensation { get; set; }
public string Obligation { get; set; }
public string DiscountedAmountForOneMonth { get; set; }
}