partial void DeleteCallRecord(CallRecord instance);
partial void UpdateCallRecord(CallRecord instance);
private void detach_CallRecord(CallRecord entity) { this.SendPropertyChanging(); entity.Contact = null; }
partial void InsertCallRecord(CallRecord instance);
private void attach_CallRecord(CallRecord entity) { this.SendPropertyChanging(); entity.Contact = this; }