Пример #1
0
 public void ExcluirCategoria(string nome)
 {
     categoriaDao.ExcluirCategoria(nome);
 }