예제 #1
0
 public async Task <ServiceResult <IEnumerable <AlbumDto> > > QueryAlbumsAsync()
 {
     return(await _galleryService.QueryAlbumsAsync());
 }