Example #1
0
		private void detach_ContactTypes(ContactType entity)
		{
			this.SendPropertyChanging();
			entity.ContactReceiver_ContactType = null;
		}
Example #2
0
 partial void UpdateContactType(ContactType instance);
Example #3
0
 partial void DeleteContactType(ContactType instance);
Example #4
0
 partial void InsertContactType(ContactType instance);