Exemplo n.º 1
0
 public WeatherForecastController(IOptionsSnapshot <AccountOptions> accountOptions, IMongoDbRepository <UserBehaviorGroup> userBehaviorGroupRepository, IIntegrationEventBus integrationEventBus, ITestNewService testNewService, IMongoDbRepository <UserBehavior> mongoDbRepository)
 {
     _accountOptions              = accountOptions;
     _testNewService              = testNewService;
     _mongoDbRepository           = mongoDbRepository;
     _integrationEventBus         = integrationEventBus;
     _userBehaviorGroupRepository = userBehaviorGroupRepository;
 }
Exemplo n.º 2
0
 public WeatherForecastController(ITestNewService testNewService)
 {
     _testNewService = testNewService;
 }