Beispiel #1
0
 private void detach_PHOTOs(PHOTO entity)
 {
     this.SendPropertyChanging();
     entity.SESION = null;
 }
Beispiel #2
0
 private void attach_PHOTOs(PHOTO entity)
 {
     this.SendPropertyChanging();
     entity.SESION = this;
 }
Beispiel #3
0
 partial void UpdatePHOTO(PHOTO instance);
Beispiel #4
0
 partial void DeletePHOTO(PHOTO instance);
Beispiel #5
0
 partial void InsertPHOTO(PHOTO instance);