Exemplo n.º 1
0
 partial void DeleteVehiclePartAttribute(VehiclePartAttribute instance);
Exemplo n.º 2
0
 partial void InsertVehiclePartAttribute(VehiclePartAttribute instance);
Exemplo n.º 3
0
 partial void UpdateVehiclePartAttribute(VehiclePartAttribute instance);
Exemplo n.º 4
0
		private void detach_VehiclePartAttributes(VehiclePartAttribute entity)
		{
			this.SendPropertyChanging();
			entity.VehiclePart = null;
		}