Ejemplo n.º 1
0
 public NotifyHandler(ILufHubService lufHubService)
 {
     _lufHubService = lufHubService;
 }
Ejemplo n.º 2
0
 public HomeController(ILogger <HomeController> logger, ILufHubService lufHubService)
 {
     _logger             = logger;
     this._lufHubService = lufHubService;
 }