Exemplo n.º 1
0
 public AnswerRepository(IMongoContext context)
 {
     collection = context.GetAnswerCollection();
 }