예제 #1
0
 public async Task <List <UrlDocument> > HandleAsync(string sessionId)
 {
     return(await _shortenerService.GetList(sessionId));
 }