Compare commits
2 Commits
1f9514896b
...
487e595e90
Author | SHA1 | Date | |
---|---|---|---|
487e595e90 | |||
27f22ee6e4 |
@ -13,6 +13,6 @@ namespace BankBusinessLogic.OfficePackage.DocumentModels
|
||||
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