Ejemplo n.º 1
0
 public ActionResult <UrlData> GetByShortUrl(string url)
 {
     return(_service.GetByShortUrl(url));
 }