Exemple #1
0
 public static void InsertProducto(string nombre)
 {
     ProductoDAL.InsertProducto(nombre);
 }