Пример #1
0
 public async Task <List <dynamic> > GetAllAsync(Guid userId)
 {
     return((await _rewardRepository.GetAllAsync(userId)).ToList());
 }