Exemplo n.º 1
0
 private void detach_BinhLuans(BinhLuan entity)
 {
     this.SendPropertyChanging();
     entity.TaiKhoan = null;
 }
Exemplo n.º 2
0
 private void detach_BinhLuans(BinhLuan entity)
 {
     this.SendPropertyChanging();
     entity.BaiViet = null;
 }
Exemplo n.º 3
0
 private void attach_BinhLuans(BinhLuan entity)
 {
     this.SendPropertyChanging();
     entity.BaiViet = this;
 }
Exemplo n.º 4
0
 partial void DeleteBinhLuan(BinhLuan instance);
Exemplo n.º 5
0
 partial void UpdateBinhLuan(BinhLuan instance);
Exemplo n.º 6
0
 partial void InsertBinhLuan(BinhLuan instance);