Exemple #1
0
 public UsersRepository(IGetMongoCollections getMongoCollections)
 {
     _userCollection = getMongoCollections.GetUsersCollection();
 }
Exemple #2
0
 public QuizRepository(IGetMongoCollections getMongoCollections)
 {
     _quizCollection = getMongoCollections.GetQuizCollection();
 }