Example #1
0
 public DefaultMongoCommand(IMongoInfrastructure <TMongoContext> _infrastructure)
 {
     infrastructure = _infrastructure;
 }
Example #2
0
 public DefaultMongoDataBase(IMongoInfrastructure <TMongoContext> _infrastructure)
 {
     infrastructure = _infrastructure;
 }