Пример #1
0
 public URLShortener ObterUrlPorId([FromBody] int id)
 {
     return(_service.ObterUrlPorId(id));
 }