Exemplo n.º 1
0
 public void MET_InsertarDatosProveedor(string Nombre, string NombreContacto,
                                        string Telefono, string DireccionWeb)
 {
     INST_InsertarProveedor.MET_InsertarProveedor(Nombre, NombreContacto, Telefono, DireccionWeb);
 }