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