Example #1
0
 partial void DeleteLop(Lop instance);
Example #2
0
 partial void UpdateLop(Lop instance);
Example #3
0
 private void detach_Lops(Lop entity)
 {
     this.SendPropertyChanging();
     entity.Khoa = null;
 }
Example #4
0
 partial void InsertLop(Lop instance);
Example #5
0
 private void attach_Lops(Lop entity)
 {
     this.SendPropertyChanging();
     entity.Khoa = this;
 }