Ejemplo n.º 1
0
 private void detach_PhanCongs(PhanCong entity)
 {
     this.SendPropertyChanging();
     entity.NhanVien = null;
 }
Ejemplo n.º 2
0
 private void attach_PhanCongs(PhanCong entity)
 {
     this.SendPropertyChanging();
     entity.NhanVien = this;
 }
Ejemplo n.º 3
0
 partial void UpdatePhanCong(PhanCong instance);
Ejemplo n.º 4
0
 partial void DeletePhanCong(PhanCong instance);
Ejemplo n.º 5
0
 partial void InsertPhanCong(PhanCong instance);