コード例 #1
0
 public Task GetTaskWithReport(int id)
 {
     return(_taskDal.GetTaskWithReport(id));
 }