Ejemplo n.º 1
0
        public static IWebHostBuilder UseAttoSoft(this IWebHostBuilder host)
        {
            host.ConfigureServices(ConfigureServices);
            host.ConfigureAppConfiguration(ConfigureDelegate);
            host.AddConfigServer();
            host.UseNLog();

            return(host);
        }