示例#1
0
 //public async Task<IEnumerable<Artwork>> MyArtworkListAsync(string userId)
 //{
 //    return await artworkRepository.MyArtworkListAsync(userId);
 //}
 public async Task <QueryResult <Artwork> > MyArtworkListAsync(string userId, Query query)
 {
     return(await artworkRepository.MyArtworkListAsync(userId, query));
 }