fix file alerts
This commit is contained in:
@@ -11,5 +11,5 @@ public interface IFileAlertRepository : IRepository<long, FileAlert>
|
||||
FileAlertViewModel GetDetails(long id);
|
||||
void Remove(long id);
|
||||
List<EditFileAlert> Search(FileAlertSearchModel searchModel);
|
||||
Task<List<FileAlertViewModel>> GetFileAlerts();
|
||||
Task<List<FileAlertViewModel>> GetFileAlerts(FileAlertSearchModel searchModel);
|
||||
}
|
||||
Reference in New Issue
Block a user