コード例 #1
0
 public bool DeleteTaskById(int taskId)
 {
     return(_taskData.DeleteTaskById(taskId));
 }