Exemplo n.º 1
0
 public async Task UpdateToken(string newToken)
 {
     await modService.UpdateTokenAsync(Context, newToken);
 }