コード例 #1
0
 public bool Exists(long taskId)
 {
     return(userTaskRepository.TaskExists(taskId));
 }