Example #1
0
 partial void DeleteLoai(Loai instance);
Example #2
0
 partial void UpdateLoai(Loai instance);
Example #3
0
 private void detach_Loais(Loai entity)
 {
     this.SendPropertyChanging();
     entity.ThuongHieu = null;
 }
Example #4
0
 partial void InsertLoai(Loai instance);
Example #5
0
 private void attach_Loais(Loai entity)
 {
     this.SendPropertyChanging();
     entity.ThuongHieu = this;
 }