Ejemplo n.º 1
0
 partial void DeleteSanPham(SanPham instance);
Ejemplo n.º 2
0
 partial void InsertSanPham(SanPham instance);
Ejemplo n.º 3
0
 partial void UpdateSanPham(SanPham instance);
Ejemplo n.º 4
0
 private void detach_SanPhams(SanPham entity)
 {
     this.SendPropertyChanging();
     entity.ThuongHieu = null;
 }