private void detach_TroubleResponds1(TroubleRespond entity) { this.SendPropertyChanging(); entity.Person1 = null; }
private void attach_TroubleResponds(TroubleRespond entity) { this.SendPropertyChanging(); entity.Person = this; }
partial void DeleteTroubleRespond(TroubleRespond instance);
partial void UpdateTroubleRespond(TroubleRespond instance);
partial void InsertTroubleRespond(TroubleRespond instance);
private void detach_TroubleResponds(TroubleRespond entity) { this.SendPropertyChanging(); entity.SystemTroubleCall = null; }