Example #1
0
 partial void DeleteBatDongSan(BatDongSan instance);
Example #2
0
 partial void UpdateBatDongSan(BatDongSan instance);
Example #3
0
 private void detach_BatDongSans(BatDongSan entity)
 {
     this.SendPropertyChanging();
     entity.LoaiBD = null;
 }
Example #4
0
 partial void InsertBatDongSan(BatDongSan instance);
Example #5
0
 private void attach_BatDongSans(BatDongSan entity)
 {
     this.SendPropertyChanging();
     entity.KhachHang = this;
 }