Lernende Umsetzungsliste Part 2

This commit is contained in:
Daniel Schick 2023-05-09 08:44:46 +02:00
parent 2058161c79
commit de8b48feb7

View File

@ -111,6 +111,7 @@
<Compile Include="AGNT_Template.cs" /> <Compile Include="AGNT_Template.cs" />
<Compile Include="CallPurpose.cs" /> <Compile Include="CallPurpose.cs" />
<Compile Include="Customer.cs" /> <Compile Include="Customer.cs" />
<Compile Include="DatabaseEntityAsync.cs" />
<Compile Include="DBManagerAsync.cs" /> <Compile Include="DBManagerAsync.cs" />
<Compile Include="Extensions.cs" /> <Compile Include="Extensions.cs" />
<Compile Include="HAZ.cs" /> <Compile Include="HAZ.cs" />
@ -182,6 +183,7 @@
<Compile Include="ValidationAttribute.cs" /> <Compile Include="ValidationAttribute.cs" />
<Compile Include="ValidationCondition.cs" /> <Compile Include="ValidationCondition.cs" />
<Compile Include="ValidationRule.cs" /> <Compile Include="ValidationRule.cs" />
<Compile Include="ValueMapping.cs" />
<Compile Include="WAS.cs" /> <Compile Include="WAS.cs" />
<Compile Include="Waste.cs" /> <Compile Include="Waste.cs" />
<Compile Include="WasteDisposalServiceProvider.cs" /> <Compile Include="WasteDisposalServiceProvider.cs" />