Example #1
0
 public void Criar(Categoria categoria)
 {
     RepositorioCategoria.Criar(categoria);
 }