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