Пример #1
0
 public bool DeleteByMainTaskId(int mainTaskId)
 {
     return(_subTaskService.DeleteByMainTaskId(mainTaskId));
 }