Пример #1
0
 public TaskCategory Add(TaskCategory taskCategory)
 {
     return(_taskCategoryRepository.Add(taskCategory));
 }