コード例 #1
0
 public string GetFullLink(string shortLink)
 {
     return(_linkRepository.GetFullLink(shortLink));
 }