Ejemplo n.º 1
0
 private IMongoCollection <Person> GetCollection()
 {
     return(_mongoContext.GetPersonCollection());
 }