changing cds services
This commit is contained in:
@@ -10,9 +10,12 @@ service Users {
|
|||||||
supportRep
|
supportRep
|
||||||
};
|
};
|
||||||
|
|
||||||
entity Employees as projection on my.Customers excluding {
|
entity Employees as projection on my.Employees excluding {
|
||||||
password,
|
password,
|
||||||
supportRep
|
reportsTo,
|
||||||
|
title,
|
||||||
|
birthDate,
|
||||||
|
hireDate
|
||||||
};
|
};
|
||||||
|
|
||||||
type AuthData {
|
type AuthData {
|
||||||
|
|||||||
Reference in New Issue
Block a user