Exemplo n.º 1
0
 public UserRepository(MongoCollectionFactory collectionFactory)
     : base(collectionFactory.Create <User>("Users"))
 {
 }
Exemplo n.º 2
0
 public ProductRepository(MongoCollectionFactory collectionFactory)
     : base(collectionFactory.Create <Product>("Products"))
 {
 }