Ejemplo n.º 1
0
 public QuestionDao(IMongoContext context)
 {
     _collection = context.For <Question>();
 }
Ejemplo n.º 2
0
 public ApplicationPropertyDao(IMongoContext context)
 {
     _collection = context.For <ApplicationProperty>();
 }