示例#1
0
 public ShortUrlDto GetItemFromDataStore(string url)
 {
     return(ShortUrlMapper.MapEntityToDto(_shortUrlRepository.GetItemFromDataStoreByShortUrl(url)));
 }