Example #1
0
 private void detach_MENU(MENU entity)
 {
     this.SendPropertyChanging();
     entity.YEMEK = null;
 }
Example #2
0
 private void attach_MENU(MENU entity)
 {
     this.SendPropertyChanging();
     entity.YEMEK = this;
 }
Example #3
0
 partial void UpdateMENU(MENU instance);
Example #4
0
 partial void DeleteMENU(MENU instance);
Example #5
0
 partial void InsertMENU(MENU instance);