예제 #1
0
 public async Task <List <TaskModel> > TodoTasks(int projectId)
 {
     return(await _taskData.GetProjectUnfishedTasks(projectId));
 }