示例#1
0
 public URLModel GetLongURL(string longurl)
 {
     return(_urlRepository.GetURLByLongUrl(longurl));
 }