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