Example #1
0
 public ActionResult <List <URLModel> > Get()
 {
     return(_shortenerService.Get());
 }