public BrokenLinksHostedService(IBrokenLinksService brokenLinksService)
 {
     _brokenLinksService = brokenLinksService;
 }
Exemplo n.º 2
0
 public BrokenLinksController(IBrokenLinksService brokenLinksService)
 {
     _brokenLinksService = brokenLinksService;
 }