This commit is contained in:
@@ -2407,7 +2407,7 @@ namespace AyaNova.Util
|
||||
o.RateMonthCost = MoneyUtil.Round(o.RateMonth / 2);
|
||||
o.RateYear = MoneyUtil.Round(o.RateHour * 36.8m * 52);
|
||||
o.RateYearCost = MoneyUtil.Round(o.RateYear / 2);
|
||||
o.DefaultRate = Fake.Random.Enum<LoanUnitRateUnit>();
|
||||
//o.DefaultRate = Fake.Random.Enum<LoanUnitRateUnit>();
|
||||
|
||||
|
||||
using (AyContext ct = ServiceProviderProvider.DBContext)
|
||||
|
||||
Reference in New Issue
Block a user