Beispiel #1
0
 public AnswerRepository(IMongoContext context)
 {
     collection = context.GetAnswerCollection();
 }