EmployeeService Class
User: {mail: string, firstName: string, lastName: string, password: string, typeName: string, phone: string, points: number, countyId: number,active: number}
Item Index
Methods
Methods
blockUser
(
-
mail
PUT /blockUser/:mail
Parameters:
-
mail
String
Returns:
void
getUsersInCounty
(
User
-
countyId
GET /getUsersInCount/:countyId
Parameters:
-
countyId
Number
Returns:
User:
unblockUser
(
-
mail
PUT /unblockUser/:mail
Parameters:
-
mail
String
Returns:
void