Merge branch 'Feature/InstitutionContract/add-registration-style' into Main
This commit is contained in:
@@ -622,7 +622,9 @@ public class institutionContractController : AdminBaseController
|
||||
ContractEnd = res.ContractEndFa,
|
||||
Discount = res.Discount??"0",
|
||||
ValueAddedTax = res.ValueAddedTaxStr,
|
||||
TotalAmountWithTax = res.OneTimeTotalPaymentStr
|
||||
TotalAmountWithTax = res.OneTimeTotalPaymentStr,
|
||||
DailyCompensation = res.DailyCompensation,
|
||||
Obligation = res.Obligation
|
||||
};
|
||||
return response;
|
||||
}
|
||||
@@ -681,6 +683,9 @@ public class InstitutionPlanCalculatorResponse
|
||||
public string ContractEnd { get; set; }
|
||||
public string Discount { get; set; }
|
||||
public string ValueAddedTax { get; set; }
|
||||
public string DailyCompensation { get; set; }
|
||||
public string Obligation { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class WorkshopServiceCalculatorResponse
|
||||
|
||||
Reference in New Issue
Block a user