private void OnSocialPostListRemove(SocialPost entity) { SendPropertyChanging(null); entity.SmartReport = null; SendPropertyChanged(null); }
private void OnSocialPostListAdd(SocialPost entity) { SendPropertyChanging(null); entity.SmartReport = this; SendPropertyChanged(null); }