Esempio n. 1
0
 partial void DeleteKhamBenh(KhamBenh instance);
Esempio n. 2
0
 partial void UpdateKhamBenh(KhamBenh instance);
Esempio n. 3
0
 private void detach_KhamBenhs(KhamBenh entity)
 {
     this.SendPropertyChanging();
     entity.BenhNhan = null;
 }
Esempio n. 4
0
 partial void InsertKhamBenh(KhamBenh instance);
Esempio n. 5
0
 private void attach_KhamBenhs(KhamBenh entity)
 {
     this.SendPropertyChanging();
     entity.BenhNhan = this;
 }