From 0ac564e16ff34f50792196ff1ffc38298da98d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 5 May 2024 22:00:14 +0200 Subject: [PATCH] added noncrud folder --- .../wwwroot/index.html | 2 ++ .../wwwroot/noncrud/index.html | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html index 952a964..b521811 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/index.html @@ -14,5 +14,7 @@ Customers
Maintainer Team +
+ Non-CRUD diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html new file mode 100644 index 0000000..08e23a4 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/noncrud/index.html @@ -0,0 +1,20 @@ + + + + + Company Manager + + + +

Tables

+ Get clients using a service +
+ Get subordinates of employee +
+ Get responsible leader for service +
+ Get employees working on a service +
+ Get members of a team + +