Esempio n. 1
0
 public TaskCategory GetByID(int id)
 {
     return(_taskCategoryRepository.GetSingleById(id));
 }