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(); }
partial void UpdateSCM_BODEGA(SCM_BODEGA instance);
partial void DeleteSCM_BODEGA(SCM_BODEGA instance);
partial void InsertSCM_BODEGA(SCM_BODEGA instance);