コード例 #1
0
 public Task <List <Achievement> > GetAchievementsToShowInCvAsync()
 {
     return(_repository.GetAchievementsToShowInCvAsync());
 }