private void detach_PHOTOs(PHOTO entity) { this.SendPropertyChanging(); entity.SESION = null; }
private void attach_PHOTOs(PHOTO entity) { this.SendPropertyChanging(); entity.SESION = this; }
partial void UpdatePHOTO(PHOTO instance);
partial void DeletePHOTO(PHOTO instance);
partial void InsertPHOTO(PHOTO instance);