Exemplo n.º 1
0
 public GuesstimateController(IConfiguration configuration) : base(configuration)
 {
     _configuration      = configuration;
     cOCommonLibrary     = new COCommonLibrary(configuration);
     qrfSummaryProviders = new QRFSummaryProviders(_configuration);
     qrfSummaryMapping   = new QRFSummaryMapping(_configuration);
     coProviders         = new COProviders(_configuration);
     masterProviders     = new MasterProviders(_configuration);
 }
Exemplo n.º 2
0
 public QRFSummaryController(IConfiguration configuration) : base(configuration)
 {
     _configuration      = configuration;
     qrfSummaryProviders = new QRFSummaryProviders(_configuration);
     qrfSummaryMapping   = new QRFSummaryMapping(_configuration);
     positionProviders   = new PositionProviders(_configuration);
     masterProviders     = new MasterProviders(_configuration);
     coProviders         = new COProviders(_configuration);
     agentProviders      = new AgentProviders(_configuration);
     operationsProviders = new OperationsProviders(_configuration);
 }