Exemple #1
0
 partial void DeleteVehicleToBedConfig(VehicleToBedConfig instance);
Exemple #2
0
 partial void InsertVehicleToBedConfig(VehicleToBedConfig instance);
Exemple #3
0
 partial void UpdateVehicleToBedConfig(VehicleToBedConfig instance);
Exemple #4
0
		private void detach_VehicleToBedConfigs(VehicleToBedConfig entity)
		{
			this.SendPropertyChanging();
			entity.Vehicle = null;
		}