예제 #1
0
 partial void DeleteDethi(Dethi instance);
예제 #2
0
 partial void UpdateDethi(Dethi instance);
예제 #3
0
 private void detach_Dethis(Dethi entity)
 {
     this.SendPropertyChanging();
     entity.tbCAUHOI = null;
 }
예제 #4
0
 partial void InsertDethi(Dethi instance);
예제 #5
0
 private void attach_Dethis(Dethi entity)
 {
     this.SendPropertyChanging();
     entity.tbCAUHOI = this;
 }