Beispiel #1
0
 public List <Tasks> GetAllSortByTittle(int cat_ID)
 {
     return(taskRepo.GetSortByTittle(cat_ID));
 }