コード例 #1
0
 public void InsertarCategorias(string nombre)
 {
     categoriasdao.Insertar(nombre);
 }