示例#1
0
 public ConsumerHostedService(IOptions <KafkaConfig> options, ITenantDa tenantDa, NebulaService nebulaService, ILoggerFactory loggerFactory)
 {
     _options       = options;
     _tenantDa      = tenantDa;
     _nebulaService = nebulaService;
     _loggerFactory = loggerFactory;
 }
示例#2
0
 public TenantLogic(ITenantDa tenantDa)
 {
     _tenantDa = tenantDa;
 }