Example #1
0
 partial void DeleteChiTiet(ChiTiet instance);
Example #2
0
 partial void UpdateChiTiet(ChiTiet instance);
Example #3
0
 private void detach_ChiTiets(ChiTiet entity)
 {
     this.SendPropertyChanging();
     entity.BanTin = null;
 }
Example #4
0
 partial void InsertChiTiet(ChiTiet instance);
Example #5
0
 private void attach_ChiTiets(ChiTiet entity)
 {
     this.SendPropertyChanging();
     entity.BanTin = this;
 }