This commit is contained in:
2020-08-12 21:50:38 +00:00
parent 739db128cd
commit 9c38c0a768

View File

@@ -30,12 +30,7 @@ namespace AyaNova.Api.Controllers
private readonly ApiServerState serverState;
private readonly IHostApplicationLifetime _appLifetime;
/// <summary>
/// ctor
/// </summary>
/// <param name="logger"></param>
/// <param name="apiServerState"></param>
/// <param name="dbcontext"></param>
public ServerStateController(ILogger<ServerStateController> logger, ApiServerState apiServerState, AyContext dbcontext, IHostApplicationLifetime appLifetime)
{
ct = dbcontext;