working on WhoIsResponsibleForService

This commit is contained in:
MiskolcziRichard
2024-05-04 20:33:50 +02:00
parent b0ba438336
commit 42b078a49a
7 changed files with 148 additions and 8 deletions

View File

@@ -87,6 +87,8 @@
<UniformGrid Rows="2" 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}"/>
</UniformGrid>
</Grid>
</Window>