Ejemplo n.º 1
0
 public QuestionRepository(IMongoContext context)
 {
     collection = context.GetQuestionCollection();
 }