Adding Customers now works.

This commit is contained in:
2024-05-05 18:14:31 +02:00
parent 39fb1aaffa
commit 04f7e998cb
12 changed files with 279 additions and 25 deletions

View File

@@ -31,6 +31,9 @@
<Compile Update="Windows\GetAll\GetAllServices.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetColleagues.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\NonCRUD\GetMaintainers.xaml.cs">
<SubType>Code</SubType>
</Compile>
@@ -69,6 +72,9 @@
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetColleagues.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\NonCRUD\GetMaintainers.xaml">
<SubType>Designer</SubType>
</Page>