Exemple #1
0
 public void Guardar()
 {
     ProductoDAL.GuardarTipoProducto(IdTipoProducto, Nombre);
 }