Example #1
0
 private bool VerificarCategoriasVinculadas(int?id)
 {
     return(categoriaRepository.CategoriasPaiNaoVinculadas(id));
 }