예제 #1
0
파일: Model.cs 프로젝트: dbarrera/steag
 private void detach_EACSVehicles(EACSVehicles entity)
 {
     this.SendPropertyChanging();
     entity.EACS = null;
 }
예제 #2
0
파일: Model.cs 프로젝트: dbarrera/steag
 private void attach_EACSVehicles(EACSVehicles entity)
 {
     this.SendPropertyChanging();
     entity.EACS = this;
 }
예제 #3
0
partial         void InsertEACSVehicles(EACSVehicles instance);
예제 #4
0
partial         void UpdateEACSVehicles(EACSVehicles instance);
예제 #5
0
partial         void DeleteEACSVehicles(EACSVehicles instance);