Example #1
0
 partial void DeleteMon(Mon instance);
Example #2
0
 partial void UpdateMon(Mon instance);
Example #3
0
 private void detach_Mons(Mon entity)
 {
     this.SendPropertyChanging();
     entity.ThucDon = null;
 }
Example #4
0
 partial void InsertMon(Mon instance);
Example #5
0
 private void attach_Mons(Mon entity)
 {
     this.SendPropertyChanging();
     entity.ThucDon = this;
 }