Ejemplo n.º 1
0
 public static void Insertar(int idPersona, string Pnombre, string Snombre, string Papellido, string Sapellido, DateTime FechaN, string NumIden, string Direccion, int idCiudad, int idSexo)
 {
     MARKET_DSTableAdapters.PERSONATableAdapter adto = new MARKET_DSTableAdapters.PERSONATableAdapter();
     adto.Insert(idPersona, Pnombre, Snombre, Papellido, Sapellido, FechaN, NumIden, Direccion, idCiudad, idSexo);
 }