Exemplo n.º 1
0
 public bool Any(Func <Tarefa, bool> func)
 {
     return(_tarefaRepository.Any(func));
 }