Exemplo n.º 1
0
 public AuthManager(BSChatDBContext bSChatDBContext)
 {
     _bSChatDBContext = bSChatDBContext;
 }
Exemplo n.º 2
0
 public ChatManager(BSChatDBContext bSChatDBContext)
 {
     _bSChatDBContext = bSChatDBContext;
 }
Exemplo n.º 3
0
 public ChatManager(BSChatDBContext bSChatDBContext, IHttpContextAccessor httpContextAccessor)
 {
     _bSChatDBContext         = bSChatDBContext;
     this.httpContextAccessor = httpContextAccessor;
 }
Exemplo n.º 4
0
 public UserDataManager(BSChatDBContext bSChatDBContext)
 {
     _bSChatDBContext = bSChatDBContext;
 }