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