finish list of files

This commit is contained in:
MahanCh
2025-04-14 20:24:55 +03:30
parent 4ffdf14de2
commit 60db153dfe
6 changed files with 321 additions and 11 deletions

View File

@@ -20,9 +20,9 @@ public interface IFileRepository : IRepository<long, File1>
#region Mahan
List<FileViewModel> GetFileList(FileSearchModel searchModel);
#endregion
Task<List<FileExcelViewModel>> GetExcelDetails();
Task<List<FileListViewModel>> GetList(GetFileSearchModel searchModel);
#endregion
}