示例#1
0
 public HomeController(IShortener shortener, UrlCutContext context)
 {
     _shortener = shortener;
     _context   = context;
 }
示例#2
0
 public Shortener(UrlCutContext context)
 {
     _context = context;
 }