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