Exemplo n.º 1
0
 public ShorteningController(IShorteningRepo repo)
 {
     this._repo = repo;
 }
Exemplo n.º 2
0
 public UrlShorteningService(IShorteningRepo repo)
 {
     _repo = repo;
 }