コード例 #1
0
 public ShortenedUrlController(ShortenedUrlContext context)
 {
     _context = context;
 }
コード例 #2
0
 public HomeController(ShortenedUrlContext context)
 {
     _context = context;
     _randomGeneratorService = new RandomShrotenedUrlGeneratorService();
 }