Example #1
0
 private void detach_EACSVehicles(EACSVehicles entity)
 {
     this.SendPropertyChanging();
     entity.EACS = null;
 }
Example #2
0
 private void attach_EACSVehicles(EACSVehicles entity)
 {
     this.SendPropertyChanging();
     entity.EACS = this;
 }
Example #3
0
partial         void InsertEACSVehicles(EACSVehicles instance);
Example #4
0
partial         void UpdateEACSVehicles(EACSVehicles instance);
Example #5
0
partial         void DeleteEACSVehicles(EACSVehicles instance);