public ChatHub( ChatAuthenticationService authenticationService, BanReadmodelRepository banRepository, ConnectionMapping connections, ChatHistory chatHistory) { _authenticationService = authenticationService; _banRepository = banRepository; _connections = connections; _chatHistory = chatHistory; }
public void SetUp() { _banRepo = new BanReadmodelRepository(MongoClient); }