private void detach_jkp_RoomTypeRates(jkp_RoomTypeRate entity) { this.SendPropertyChanging(); entity.jkp_RoomType = null; }
private void attach_jkp_RoomTypeRates(jkp_RoomTypeRate entity) { this.SendPropertyChanging(); entity.jkp_Rate = this; }