Update vor Blazorise

This commit is contained in:
2021-08-17 21:40:36 +02:00
parent e16ec943e1
commit 1746401541
150 changed files with 26965 additions and 4583 deletions

View File

@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace BWPMModels
{
public class View_Berufsangebot
{
public int? firmaid { get; set; } = 0;
public string beruf { get; set; } = "";
public string ansprechpartner { get; set; } = "";
public string zeit { get; set; } = "";
public int? anzahl_plaetze { get; set; } = 0;
public string bemerkung { get; set; } = "";
public string schuelerbemerkung { get; set; } = "";
public string standortbemerkung { get; set; } = "";
}
}

View File

@@ -1 +1 @@
0a97416b02a836b092f0058d5f13f6db2b4570f3
493aa3800c1cc8408f4342cb77b4586d21a89915

View File

@@ -0,0 +1 @@
"restore":{"projectUniqueName":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\Models\\BWPMModels.csproj","projectName":"BWPMModels","projectPath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\Models\\BWPMModels.csproj","outputPath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\Models\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages","C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"],"originalTargetFrameworks":["netcoreapp3.1"],"sources":{"C:\\Program Files (x86)\\FastReports\\FastReport.Net\\Nugets":{},"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"http://nuget.grapecity.com/nuget":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"netcoreapp3.1":{"targetAlias":"netcoreapp3.1","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netcoreapp3.1":{"targetAlias":"netcoreapp3.1","dependencies":{"Microsoft.AspNet.WebApi.Client":{"target":"Package","version":"[5.2.7, )"},"System.Data.SqlClient":{"target":"Package","version":"[4.8.2, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.100-preview.6.21355.2\\RuntimeIdentifierGraph.json"}}

View File

@@ -0,0 +1 @@
16287566014703088