Ejemplo n.º 1
0
 public TroubleshootingController(ITroubleshootingService troubleshootingService, ILogger <TroubleshootingController> logger)
 {
     _troubleshootingService = troubleshootingService;
     _logger = logger;
 }
Ejemplo n.º 2
0
 public TroubleshootingController(
     ITroubleshootingService troubleshootingService)
 {
     _troubleshootingService = troubleshootingService;
 }