Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html

21 lines
808 B
HTML
Raw Normal View History

2024-05-05 22:00:14 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Company Manager</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<h1>Tables</h1>
2024-05-05 22:22:06 +02:00
<a href="./WhoUsesService/WhoUsesService.html" class="button">Get clients using a service</a>
2024-05-05 22:00:14 +02:00
<br>
2024-05-05 22:22:06 +02:00
<a href="./GetSubordinates/GetSubordinates.html" class="button">Get subordinates of employee</a>
2024-05-05 22:00:14 +02:00
<br>
2024-05-05 22:22:06 +02:00
<a href="./WhoIsResponsibleForService/WhoIsResponsibleForService.html" class="button">Get responsible leader for service</a>
2024-05-05 22:00:14 +02:00
<br>
2024-05-05 22:22:06 +02:00
<a href="./WhoMaintainsService/WhoMaintainsService.html" class="button">Get employees working on a service</a>
2024-05-05 22:00:14 +02:00
<br>
2024-05-05 22:22:06 +02:00
<a href="./WhoWorksInMaintainerTeam/WhoWorksInMaintainerTeam.html" class="button">Get members of a team</a>
2024-05-05 22:00:14 +02:00
</body>
</html>