private void detach_JagatudContacts(JagatudContact entity) { this.SendPropertyChanging(); entity.User = null; }
private void attach_JagatudContacts(JagatudContact entity) { this.SendPropertyChanging(); entity.Contact = this; }
partial void UpdateJagatudContact(JagatudContact instance);
partial void DeleteJagatudContact(JagatudContact instance);
partial void InsertJagatudContact(JagatudContact instance);