Exemple #1
0
 private bool TarefaExists(Guid id)
 {
     return(_tarefaService.Any(e => e.Id == id));
 }