This commit is contained in:
@@ -30,12 +30,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
private readonly ApiServerState serverState;
|
private readonly ApiServerState serverState;
|
||||||
private readonly IHostApplicationLifetime _appLifetime;
|
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)
|
public ServerStateController(ILogger<ServerStateController> logger, ApiServerState apiServerState, AyContext dbcontext, IHostApplicationLifetime appLifetime)
|
||||||
{
|
{
|
||||||
ct = dbcontext;
|
ct = dbcontext;
|
||||||
|
|||||||
Reference in New Issue
Block a user