示例#1
0
 public JsonResult <ShortUrl> Put([FromBody] string fullUrl)
 {
     return(Json(_service.ShortenUrl(fullUrl)));
 }