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