partial void DeleteGovOfficeRegion(GovOfficeRegion instance);
partial void UpdateGovOfficeRegion(GovOfficeRegion instance);
private void detach_GovOfficeRegions(GovOfficeRegion entity) { this.SendPropertyChanging(); entity.Country = null; }
partial void InsertGovOfficeRegion(GovOfficeRegion instance);
private void attach_GovOfficeRegions(GovOfficeRegion entity) { this.SendPropertyChanging(); entity.County = this; }