Exemplo n.º 1
0
 public bool IsSatisfiedBy(Categoria categoria)
 {
     return(_categoriaRepository.BuscarPorNome(categoria.Nome) == null);
 }