partial void DeleteStore(Store instance);
partial void UpdateStore(Store instance);
private void detach_Stores(Store entity) { this.SendPropertyChanging(); entity.StoreStatus = null; }
partial void InsertStore(Store instance);
private void attach_Stores(Store entity) { this.SendPropertyChanging(); entity.StoreStatus = this; }