Beispiel #1
0
 public void guardar_Bodega(string nom, string desc, string telefono,string direccion)
 {
     SCM_BODEGA tab = new SCM_BODEGA();
     tab.nom_bodega = nom;
     tab.DESC_BODEGA = desc;
     tab.TELEFONO_BODEGA = telefono;
     tab.DIRECCION_BODEGA = direccion;
     bd.SCM_BODEGA.InsertOnSubmit(tab);
     bd.SubmitChanges();
 }
Beispiel #2
0
 partial void UpdateSCM_BODEGA(SCM_BODEGA instance);
Beispiel #3
0
 partial void DeleteSCM_BODEGA(SCM_BODEGA instance);
Beispiel #4
0
 partial void InsertSCM_BODEGA(SCM_BODEGA instance);