コード例 #1
0
 public async Task <string> GetBadgeFilenameAsync(int id)
 {
     return(await _badgeRepository.GetBadgeFileNameAsync(id));
 }