Пример #1
0
 public async Task <Tarefa> FindAsync(Guid id)
 {
     return(await _tarefaRepository.FindAsync(id));
 }