Example #1
0
 private void detach_CHEBIENs(CHEBIEN entity)
 {
     this.SendPropertyChanging();
     entity.SANPHAM = null;
 }
Example #2
0
 private void attach_CHEBIENs(CHEBIEN entity)
 {
     this.SendPropertyChanging();
     entity.SANPHAM = this;
 }
Example #3
0
 partial void DeleteCHEBIEN(CHEBIEN instance);
Example #4
0
 partial void UpdateCHEBIEN(CHEBIEN instance);
Example #5
0
 partial void InsertCHEBIEN(CHEBIEN instance);
Example #6
0
 private void detach_CHEBIENs(CHEBIEN entity)
 {
     this.SendPropertyChanging();
     entity.NGUYENLIEU = null;
 }