Example #1
0
 public async Task <Photo> GetSecretPhoto(int id)
 {
     return(await _protectedService.GetPhoto(id));
 }