private void detach_DanhMucCons(DanhMucCon entity) { this.SendPropertyChanging(); entity.DanhMuc = null; }
private void attach_DanhMucCons(DanhMucCon entity) { this.SendPropertyChanging(); entity.DanhMuc = this; }
partial void UpdateDanhMucCon(DanhMucCon instance);
partial void DeleteDanhMucCon(DanhMucCon instance);
partial void InsertDanhMucCon(DanhMucCon instance);