partial void DeleteCpProduct(CpProduct instance);
partial void UpdateCpProduct(CpProduct instance);
partial void InsertCpProduct(CpProduct instance);
private void detach_CpProducts(CpProduct entity) { this.SendPropertyChanging(); entity.CpCategory = null; }
private void detach_CpProducts(CpProduct entity) { this.SendPropertyChanging(); entity.CpManufacter = null; }
private void attach_CpProducts(CpProduct entity) { this.SendPropertyChanging(); entity.CpImage = this; }