Exemple #1
0
 private void detach_BaiGuis(BaiGui entity)
 {
     this.SendPropertyChanging();
     entity.CongDong = null;
 }
Exemple #2
0
 partial void DeleteBaiGui(BaiGui instance);
Exemple #3
0
 private void attach_BaiGuis(BaiGui entity)
 {
     this.SendPropertyChanging();
     entity.CongDong = this;
 }
Exemple #4
0
 partial void UpdateBaiGui(BaiGui instance);
Exemple #5
0
 partial void InsertBaiGui(BaiGui instance);
Exemple #6
0
 private void attach_BaiGuis(BaiGui entity)
 {
     this.SendPropertyChanging();
     entity.NguoiSuDung = this;
 }
Exemple #7
0
 private void detach_BaiGuis(BaiGui entity)
 {
     this.SendPropertyChanging();
     entity.LinhVuc = null;
 }
Exemple #8
0
 private void attach_BaiGuis(BaiGui entity)
 {
     this.SendPropertyChanging();
     entity.LinhVuc = this;
 }