Exemple #1
0
 private void detach_Hotels(Hotel entity)
 {
     this.SendPropertyChanging();
     entity.City = null;
 }
Exemple #2
0
 private void attach_Hotels(Hotel entity)
 {
     this.SendPropertyChanging();
     entity.City = this;
 }
Exemple #3
0
 partial void UpdateHotel(Hotel instance);
Exemple #4
0
 partial void DeleteHotel(Hotel instance);
Exemple #5
0
 partial void InsertHotel(Hotel instance);