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