Чисто фикс
This commit is contained in:
parent
9831008fc4
commit
27f22ee6e4
@ -13,6 +13,6 @@ namespace BankBusinessLogic.OfficePackage.HelperModels
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public DateTime DateFrom { get; set; }
|
||||
public DateTime DateTo { get; set; }
|
||||
public List<ReportOperationsRequestsViewModel> Requests { get; set; } = new();
|
||||
public List<ReportOperationsRequestsViewModel> OperationRequests { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user