removed conflicting variable
This commit is contained in:
@@ -9,13 +9,9 @@ namespace WD7UVN_SzTGUI_2023242.Client.WPF
|
||||
/// </summary>
|
||||
public partial class GetAllServices : Window
|
||||
{
|
||||
public RestCollection<Service> Services { get; }
|
||||
|
||||
public GetAllServices()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Services = new RestCollection<Service>("http://localhost:5000/", "api/Service");
|
||||
}
|
||||
|
||||
private void CreateNewService(object sender, RoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user