Пример #1
0
 public SeasonDetailVM()
 {
     seasonApi     = new Api.SeasonApi();
     PlayerAPI     = new PlayerAPI();
     followAPI     = new Api.User.FollowAPI();
     FollowCommand = new RelayCommand(DoFollow);
 }
Пример #2
0
 public SeasonReviewVM()
 {
     Items           = new ObservableCollection <SeasonShortReviewItemModel>();
     seasonApi       = new Api.SeasonApi();
     RefreshCommand  = new RelayCommand(Refresh);
     LoadMoreCommand = new RelayCommand(LoadMore);
 }