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