Update nach User-Passwort-Change
This commit is contained in:
@@ -38,8 +38,8 @@ namespace BlazorApp.Controller
|
||||
public static List<Beruf> GetLast(Beruf Berufdata)
|
||||
{
|
||||
Helper.HttpClientHelper httpcli = new Helper.HttpClientHelper();
|
||||
string sql = "Select top 1 * from beruf where mutierer='" + Berufdata.mutierer + "' order by erstellt_am desc";
|
||||
httpcli.CallService("Beruf", "usersql/"+sql, "GET", Berufdata);
|
||||
string sql = "Select top 1 * from Beruf where mutierer='" + Berufdata.mutierer + "' order by erstellt_am desc";
|
||||
httpcli.CallService("Beruf", "usersql/" + sql, "GET", Berufdata);
|
||||
return JsonConvert.DeserializeObject<List<Beruf>>(httpcli.Results.daten);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user