From 9c38c0a768b41ca46839479f5fa396ee25136fd8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 12 Aug 2020 21:50:38 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/ServerStateController.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server/AyaNova/Controllers/ServerStateController.cs b/server/AyaNova/Controllers/ServerStateController.cs index 0e873d71..e63144be 100644 --- a/server/AyaNova/Controllers/ServerStateController.cs +++ b/server/AyaNova/Controllers/ServerStateController.cs @@ -30,12 +30,7 @@ namespace AyaNova.Api.Controllers private readonly ApiServerState serverState; private readonly IHostApplicationLifetime _appLifetime; - /// - /// ctor - /// - /// - /// - /// + public ServerStateController(ILogger logger, ApiServerState apiServerState, AyContext dbcontext, IHostApplicationLifetime appLifetime) { ct = dbcontext;