Пример #1
0
        public HubtelProgrammableService(ProgrammableServiceConfiguration configuration

                                         , IServiceProvider serviceProvider
                                         , ProgrammableServicesControllerActivator controllerActivator)
        {
            _configuration = configuration;

            _controllerActivator = controllerActivator;
            _serviceProvider     = serviceProvider;
        }
Пример #2
0
 public ProgrammableServiceContextBuilder(ProgrammableServiceRequest request, ProgrammableServiceConfiguration configuration)
 {
     _request       = request;
     _configuration = configuration;
 }