Пример #1
0
 public SubTask GetBy(int id)
 {
     return(_subTaskService.GetBy(id));
 }