More development

This commit is contained in:
2020-05-02 18:57:42 +02:00
parent c1f5f82329
commit 29cde263d3
14 changed files with 181 additions and 43 deletions

View File

@ -48,6 +48,7 @@ namespace Seenginx
services.AddTransient<IDmesgService, DmesgService>();
services.AddTransient<INginxService, NginxService>();
services.AddTransient<ISystemDService, SystemDService>();
services.AddTransient<IFileManager, FileManager>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.