Update 20210528 - mit LoginPopup
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using MyModels;
|
||||
using BWPMModels;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http;
|
||||
|
||||
using System.Net.Http.Headers;
|
||||
using System.Net.Http.Formatting;
|
||||
using System.Threading.Tasks;
|
||||
using sf1.Models;
|
||||
using App.Models;
|
||||
|
||||
namespace sf1.Helper
|
||||
namespace App.Helper
|
||||
{
|
||||
public class HttpClientHelper
|
||||
{
|
||||
@@ -60,6 +60,7 @@ namespace sf1.Helper
|
||||
|
||||
|
||||
Results.daten = readTask.Result;
|
||||
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -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