partial void DeleteUserLocation(UserLocation instance);
partial void UpdateUserLocation(UserLocation instance);
private void detach_UserLocations(UserLocation entity) { this.SendPropertyChanging(); entity.Users = null; }
partial void InsertUserLocation(UserLocation instance);
private void attach_UserLocations(UserLocation entity) { this.SendPropertyChanging(); entity.Users = this; }