Exemplo n.º 1
0
 public MongoUserRepository(PearUpMongoContext pearUpMangoContext) : base(pearUpMangoContext,
                                                                          MongoCollectionConstants.User)
 {
 }
Exemplo n.º 2
0
 internal MongoBaseRepository(PearUpMongoContext pearUpMangoContext, string collectionName)
 {
     this._dataBase       = pearUpMangoContext.GetDataBase();
     this._collectionName = collectionName;
 }