Exemplo n.º 1
0
 public async Task <object> Execute()
 {
     return(await AccountHandler.GetUserById(UserId));
 }