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