Ejemplo n.º 1
0
 partial void DeleteAutomobileUse(AutomobileUse instance);
Ejemplo n.º 2
0
 partial void InsertAutomobileUse(AutomobileUse instance);
Ejemplo n.º 3
0
 partial void UpdateAutomobileUse(AutomobileUse instance);
Ejemplo n.º 4
0
		private void detach_AutomobileUse(AutomobileUse entity)
		{
			this.SendPropertyChanging();
			entity.AutomobileUseForm = null;
		}