コード例 #1
0
 public IEnumerable <ShortUrl> GetAllShortUrls()
 {
     return(ShortUrlRepository.GetAllShortUrls());
 }