Update 07082021
This commit is contained in:
@@ -95,7 +95,7 @@ namespace App.Controllers
|
||||
BWPMModels.Schulhaus u = new BWPMModels.Schulhaus();
|
||||
u = value.value;
|
||||
u.mutiert_am = DateTime.Now;
|
||||
u.mutierer = Convert.ToInt32(_userManager.GetUserId(HttpContext.User));
|
||||
u.mutierer = Convert.ToString(_userManager.GetUserId(HttpContext.User));
|
||||
httpcli.CallService("Schulhaus", u.ID.ToString(), "PUT", value.value);
|
||||
if (httpcli.Results.resultstatuscode != "OK")
|
||||
{
|
||||
@@ -112,7 +112,7 @@ namespace App.Controllers
|
||||
BWPMModels.Schulhaus u = new BWPMModels.Schulhaus();
|
||||
u = value.value;
|
||||
u.mutiert_am = DateTime.Now;
|
||||
u.mutierer = Convert.ToInt32(_userManager.GetUserId(HttpContext.User));
|
||||
u.mutierer = Convert.ToString(_userManager.GetUserId(HttpContext.User));
|
||||
u.erstellt_am = DateTime.Now;
|
||||
httpcli.CallService("Schulhaus", "", "POST", u);
|
||||
if (httpcli.Results.resultstatuscode != "OK")
|
||||
@@ -127,7 +127,7 @@ namespace App.Controllers
|
||||
Helper.HttpClientHelper httpcli = new Helper.HttpClientHelper();
|
||||
BWPMModels.Schulhaus u = new BWPMModels.Schulhaus();
|
||||
u.mutiert_am = DateTime.Now;
|
||||
u.mutierer = Convert.ToInt32(_userManager.GetUserId(HttpContext.User));
|
||||
u.mutierer = Convert.ToString(_userManager.GetUserId(HttpContext.User));
|
||||
httpcli.CallService("Schulhaus", value.Key.ToString(), "DELETE", u);
|
||||
if (httpcli.Results.resultstatuscode != "OK")
|
||||
{
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = APP
|
||||
build_property.ProjectDir = E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\APP\
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
APP/obj/Debug/netcoreapp3.1/project.razor.json
Normal file
1
APP/obj/Debug/netcoreapp3.1/project.razor.json
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
e88ff7cd909590b92bbb5a7800b7ca9bd25d93f2
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
// <auto-generated/>
|
||||
#pragma warning disable 1591
|
||||
#pragma warning disable 0414
|
||||
#pragma warning disable 0649
|
||||
#pragma warning disable 0169
|
||||
|
||||
namespace APP.Views.Demo
|
||||
{
|
||||
#line hidden
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
|
||||
{
|
||||
#pragma warning disable 1998
|
||||
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
||||
{
|
||||
}
|
||||
#pragma warning restore 1998
|
||||
}
|
||||
}
|
||||
#pragma warning restore 1591
|
||||
1
APP/obj/Release/netcoreapp3.1/project.razor.json
Normal file
1
APP/obj/Release/netcoreapp3.1/project.razor.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user