Update 20210528 - mit LoginPopup
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace sf1.Helper
|
||||
namespace App.Helper
|
||||
{
|
||||
public class ParameterHelper
|
||||
{
|
||||
|
||||
public string GetParameter(string Keyvalue)
|
||||
{
|
||||
var configuation = GetConfiguration();
|
||||
@@ -22,4 +22,8 @@ namespace sf1.Helper
|
||||
return builder.Build();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user