Fixed missing buttons for deletion

This commit is contained in:
2024-05-05 18:20:50 +02:00
parent 04f7e998cb
commit a3f6121eda
5 changed files with 35 additions and 7 deletions

View File

@@ -86,11 +86,11 @@
<UniformGrid Rows="3" Grid.Row="1">
<Button Content="Edit selected" Command="{Binding UpdateServiceCommand}"/>
<Button Content="Create new" Click="CreateNewService" />
<Button Content="Delete selected" Command="{Binding DeleteServiceCommand}"/>
<Button Content="Get responsible employee" Command="{Binding GetResponsibleEmployeeCommand}"/>
<Button Content="Get all maintainers" Command="{Binding GetMaintainersCommand}"/>
<Button Content="Who uses this service" Command="{Binding GetUserCommand}"/>
<Button Content="Create new" Click="CreateNewService" />
</UniformGrid>
</Grid>
</Window>