checkout rest bug fixed - task new changes

This commit is contained in:
SamSys
2024-08-26 18:51:54 +03:30
parent ed95fbd8d4
commit 9c5cab4edd
32 changed files with 3798 additions and 2931 deletions

View File

@@ -21,6 +21,7 @@ public interface ITaskRepository:IRepository<long,Tasks>
List<TaskViewModel> GetReceivedTasks(TaskSearchModel searchModel);
List<TaskViewModel> GetSentTasks(TaskSearchModel searchModel);
List<TaskViewModel> AllRequestedTasks(TaskSearchModel searchModel);
List<TaskViewModel> GetTasksHaveTicket(TaskSearchModel searchModel);
string SetTasksColors(DateTime time,bool isCancel);
int GetRequestedTasksCount();
EditTask GetRequestDetails(long id);