Esempio n. 1
0
 partial void DeleteVehicleType(VehicleType instance);
Esempio n. 2
0
 partial void InsertVehicleType(VehicleType instance);
Esempio n. 3
0
 partial void UpdateVehicleType(VehicleType instance);
Esempio n. 4
0
		private void detach_VehicleTypes(VehicleType entity)
		{
			this.SendPropertyChanging();
			entity.VehicleTypeGroup = null;
		}