This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user