Example #1
0
 private void OnUserFavoriteRemove(UserFavorite obj)
 {
     OnPropertyChanging("Account");
     obj.Account = null;
 }
Example #2
0
 private void OnUserFavoriteAdd(UserFavorite obj)
 {
     OnPropertyChanging("Account");
     obj.Account = this;
 }