Exemple #1
0
 public async Task <IActionResult> OnGetAsync(string albumId)
 {
     return(Ok(await _pictureService.GetAlbumPictures(albumId)));
 }