Ejemplo n.º 1
0
 partial void DeleteContactReceiver_ContactType(ContactReceiver_ContactType instance);
Ejemplo n.º 2
0
 partial void UpdateContactReceiver_ContactType(ContactReceiver_ContactType instance);
Ejemplo n.º 3
0
		private void detach_ContactReceiver_ContactTypes(ContactReceiver_ContactType entity)
		{
			this.SendPropertyChanging();
			entity.ContactType = null;
		}
Ejemplo n.º 4
0
 partial void InsertContactReceiver_ContactType(ContactReceiver_ContactType instance);
Ejemplo n.º 5
0
		private void attach_ContactReceiver_ContactTypes(ContactReceiver_ContactType entity)
		{
			this.SendPropertyChanging();
			entity.ContactReceiver = this;
		}