Пример #1
0
 public MessageService(IHttpContextAccessor httpContext, ApplicationDbContext dbContext, ConnectionService connectionService)
 {
     _httpContext        = httpContext;
     _dbContext          = dbContext;
     _messagesDictionary = new Dictionary <string, Message>();
     _connectionService  = connectionService;
 }