private void detach_AggProducts(AggProduct entity) { this.SendPropertyChanging(); entity.AggManufacter = null; }
private void attach_AggProducts(AggProduct entity) { this.SendPropertyChanging(); entity.AggImage = this; }
partial void DeleteAggProduct(AggProduct instance);
partial void UpdateAggProduct(AggProduct instance);
partial void InsertAggProduct(AggProduct instance);
private void detach_AggProducts(AggProduct entity) { this.SendPropertyChanging(); entity.AggCategory = null; }