コード例 #1
0
ファイル: TaskService.cs プロジェクト: Daryn1/SmartCity
 public bool Exists(long taskId)
 {
     return(userTaskRepository.TaskExists(taskId));
 }