Example #1
0
 public async Task <FileResult> GetAvatarAsync(string type, string hashid,
                                               [FromServices] UserProfileService userProfileService)
 => await userProfileService.GetAvatarAsync(type, Decode(hashid));