示例#1
0
 public async Task <ProfilePhoto> GetUserPhoto(string userId)
 {
     return(await profilePhotoRepository.GetForUser(userId));
 }