Exemple #1
0
 public AndonController(IAndonService mesAndonService)
 {
     _mesAndonService = mesAndonService;
 }
 public AndonController(ILogger <AndonController> logger, IAndonService andonService, IHttpContextAccessor iHttpContextAccessor)
 {
     _logger              = logger;
     _andonService        = andonService;
     _httpContextAccessor = iHttpContextAccessor;
 }
 public ClientDemoService(IProfileAppService profileAppService, IAndonService andonService)
 {
     _profileAppService = profileAppService;
     _andonService      = andonService;
 }