Exemplo n.º 1
0
 public RankController(IRankService rankService)
 {
     _rankService = rankService;
     _externalUserId = TokenIdentityHelper.GetOwnerIdFromToken();
 }
 public StudentRankListViewModel(IDialogService dialogService, IRankService rankService) : base(dialogService)
 {
     RankService = rankService;
     StudentCourseListViewModel = new StudentCourseListViewModel(dialogService);
 }