Exemplo n.º 1
0
 // To manage user profiles
 public async Task OnPostGetProfile()
 {
     if (ManagedUserEmail != null)
     {
         UpdateProfileVM = await _appUser.BuildUPVM(ManagedUserEmail);
     }
 }