Esempio n. 1
0
 public int crearAlmacen(string direccion, string telefono)
 {
     return(datosAlm.crearAlmacen(direccion, telefono));
 }