public interface AdminEP
| Modifier and Type | Method and Description |
|---|---|
UserTO |
adminLogin(String email,
String password) |
AppTO |
createApp(String name) |
UserTO |
createUser(String email,
String password) |
<T extends BaseTO> |
getBO(String baseUuid,
Class<T> type) |
AppTO[] |
getMyApps() |
Copyright © 2018. All rights reserved.