Exemple #1
0
 public async Task <TaskDTO> GetOneTask(int taskId)
 {
     return(await _readerService.GetOneTask(taskId));
 }