finish list of files
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user