WhoMaintainsService done

This commit is contained in:
2024-05-05 17:11:35 +02:00
parent 9cf8ce697e
commit 0f93e5fd25
7 changed files with 137 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ namespace WD7UVN_HFT_2023241.Endpoint
}
[HttpGet()]
public IQueryable<Employee>? WhoUsesService([FromQuery] int id)
public IQueryable<Employee>? WhoMaintainsService([FromQuery] int id)
{
try
{