Example #1
0
 public ALKSchedule(ApexService apexService, CookieDelegateHandler cookieDelegateHandler, ApexConfigs configs, ILogger <ALKSchedule> logger, IConfiguration configuration)
 {
     _configuration         = configuration;
     _apexService           = apexService;
     _cookieDelegateHandler = cookieDelegateHandler;
     _apexConfigs           = configs;
     _logger = logger;
 }
 public RSM650ALLSchedule(ApexService apexService, ApexConfigs configs, ILogger <ALKSchedule> logger)
 {
     _apexService = apexService;
     _apexConfigs = configs;
     _logger      = logger;
 }