fix bug
This commit is contained in:
@@ -66,11 +66,6 @@ public class SalaryAidApplication : ISalaryAidApplication
|
||||
return op.Failed("تاریخ محاسبه وارد شده نامعتبر است");
|
||||
}
|
||||
|
||||
if (!command.CalculationDateTime.TryToGeorgianDateTime(out var calculationDateTime))
|
||||
{
|
||||
return op.Failed("تاریخ محاسبه وارد شده نامعتبر است");
|
||||
}
|
||||
|
||||
if (startDate > DateTime.Now)
|
||||
{
|
||||
return op.Failed("تاریخ پرداخت مساعده می بایست تاریخ امروز یا قبل تر باشد");
|
||||
|
||||
Reference in New Issue
Block a user