示例#1
0
 public async Task <Photo[]> Photos(long id)
 {
     return(await GalleryService.GetGalleryPhotosAsync(id));
 }