Beispiel #1
0
 private void detach_ChiTietHDs(ChiTietHD entity)
 {
     this.SendPropertyChanging();
     entity.SanPham = null;
 }
Beispiel #2
0
 partial void DeleteChiTietHD(ChiTietHD instance);
Beispiel #3
0
 partial void InsertChiTietHD(ChiTietHD instance);
Beispiel #4
0
 partial void UpdateChiTietHD(ChiTietHD instance);
Beispiel #5
0
 private void detach_ChiTietHDs(ChiTietHD entity)
 {
     this.SendPropertyChanging();
     entity.DonDatHang = null;
 }