diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml
new file mode 100644
index 0000000..bdb6e2f
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml.cs
new file mode 100644
index 0000000..f7cc034
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewCustomer.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for CreateNewCustomer.xaml
+ ///
+ public partial class CreateNewCustomer : Window
+ {
+ public CreateNewCustomer()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml
new file mode 100644
index 0000000..80f48c6
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml.cs
new file mode 100644
index 0000000..46e3b8f
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewEmployee.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for CreateNewEmployee.xaml
+ ///
+ public partial class CreateNewEmployee : Window
+ {
+ public CreateNewEmployee()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml
new file mode 100644
index 0000000..e72f900
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml.cs
new file mode 100644
index 0000000..1900730
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewMaintainerTeam.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for CreateNewMaintainerTeam.xaml
+ ///
+ public partial class CreateNewMaintainerTeam : Window
+ {
+ public CreateNewMaintainerTeam()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml
new file mode 100644
index 0000000..ef4621e
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml.cs
new file mode 100644
index 0000000..059cea0
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/Create/CreateNewService.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for CreateNewService.xaml
+ ///
+ public partial class CreateNewService : Window
+ {
+ public CreateNewService()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml
similarity index 95%
rename from WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml
rename to WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml
index b5a4631..dc572f4 100644
--- a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml
@@ -1,12 +1,11 @@
-
-
+ Title="Customers" Height="550" Width="350">
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml.cs
new file mode 100644
index 0000000..b274b8d
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllCustomers.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for GetAllCustomers.xaml
+ ///
+ public partial class GetAllCustomers : Window
+ {
+ public GetAllCustomers()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml
new file mode 100644
index 0000000..48ef878
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml.cs
new file mode 100644
index 0000000..4dc7ed8
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllEmployees.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for GetAllEmployees.xaml
+ ///
+ public partial class GetAllEmployees : Window
+ {
+ public GetAllEmployees()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml
new file mode 100644
index 0000000..6f7a350
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml.cs
new file mode 100644
index 0000000..52de9a7
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllMaintainerTeams.xaml.cs
@@ -0,0 +1,27 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace WD7UVN_SzTGUI_2023242.Client.WPF.Windows
+{
+ ///
+ /// Interaction logic for GetAllMaintainerTeams.xaml
+ ///
+ public partial class GetAllMaintainerTeams : Window
+ {
+ public GetAllMaintainerTeams()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml
new file mode 100644
index 0000000..87b324d
--- /dev/null
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml.cs b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs
similarity index 69%
rename from WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml.cs
rename to WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs
index 0d9b65d..9173509 100644
--- a/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAllServices.xaml.cs
+++ b/WD7UVN_SzTGUI_2023242.Client.WPF/Windows/GetAll/GetAllServices.xaml.cs
@@ -1,5 +1,6 @@
using System.Windows;
using WD7UVN_HFT_2023241.Models;
+using WD7UVN_SzTGUI_2023242.Client.WPF.Windows;
namespace WD7UVN_SzTGUI_2023242.Client.WPF
{
@@ -16,5 +17,11 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF
Services = new RestCollection("http://localhost:5000/", "api/Service");
}
+
+ private void CreateNewService(object sender, RoutedEventArgs e)
+ {
+ Window window = new CreateNewService();
+ window.Show();
+ }
}
}