Ejemplo n.º 1
0
 public static void insertRow(Location_Table temp)
 {
     DB.Location_Table.InsertOnSubmit(temp);
     DB.SubmitChanges();
 }
Ejemplo n.º 2
0
 public static void deleteRow(Location_Table temp)
 {
     DB.Location_Table.DeleteOnSubmit(temp);
     DB.SubmitChanges();
 }