Example #1
0
 private void detach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = null;
 }
Example #2
0
 private void attach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = this;
 }
Example #3
0
 partial void UpdateTU(TU instance);
Example #4
0
 partial void DeleteTU(TU instance);
Example #5
0
 partial void InsertTU(TU instance);