partial void InventoryItems_Validate(global::LightSwitchApplication.InventoryItem entity, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder results);
partial void InventoryItems_Deleted(global::LightSwitchApplication.InventoryItem entity);
private static void __InventoryItems_Validate(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r) { d.InventoryItems_Validate(e, r); }
partial void InventoryItems_Updating(global::LightSwitchApplication.InventoryItem entity);
private static void __InventoryItems_Deleted(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e) { d.InventoryItems_Deleted(e); }