Exemplo n.º 1
0
 public async Task UserInfo([Remainder] string username = null)
 {
     await modService.UserInfoAsync(Context, username);
 }