コード例 #1
0
 public MqttContextHandler(IMongoConnection connection, ILogger logger)
 {
     this.mongoClient = connection.GetConnection();
     this.logger      = logger;
     this.database    = "hha_dev";
 }
コード例 #2
0
 public ReadingRepository(IMongoConnection connection, AppOptions configuration)
 {
     this.configuration = configuration;
     this.mongoClient   = connection.GetConnection();
 }