private void detach_ContentKeyWords(ContentKeyWord entity) { this.SendPropertyChanging(); entity.Content = null; }
private void attach_ContentKeyWords(ContentKeyWord entity) { this.SendPropertyChanging(); entity.Content = this; }