Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public List<UserEntity> GetAllUsers() {
- UsersDataAccess userService = new UsersDataAccess(_key);
- try
- {
- return userService.GetAllUsers();
- }
- catch (Exception eg)
- {
- throw eg;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment