chnage loan list to new type

This commit is contained in:
2026-02-03 13:44:47 +03:30
parent 0e7787dd56
commit fa4c39904a
2 changed files with 23 additions and 16 deletions

View File

@@ -21,6 +21,6 @@ public class LoanGroupedViewModel
{
public List<LoanGroupedByDateViewModel> GroupedByDate { get; set; }
public List<LoanGroupedByEmployeeViewModel>GroupedByEmployee { get; set; }
public List<LoanViewModel> LoanListViewModel { get; set; }
public PagedResult<LoanViewModel> LoanListViewModel { get; set; }
}