yavsccli target
This commit is contained in:
parent
d12667d6de
commit
f39d6c48c5
15 changed files with 85 additions and 107 deletions
|
|
@ -37,10 +37,10 @@ namespace Yavsc
|
|||
using Yavsc.Services;
|
||||
public partial class ChatHub : Hub, IDisposable
|
||||
{
|
||||
ApplicationDbContext _dbContext;
|
||||
private IConnexionManager _cxManager;
|
||||
private IStringLocalizer _localizer;
|
||||
ILogger _logger;
|
||||
private readonly ApplicationDbContext _dbContext;
|
||||
private readonly IConnexionManager _cxManager;
|
||||
private readonly IStringLocalizer _localizer;
|
||||
private readonly ILogger _logger;
|
||||
|
||||
public HubInputValidator InputValidator { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue