Example #1
0
def read_user(current_user):
    user_controller = UserController()
    return user_controller.Read(current_user)