Beispiel #1
0
 public async Task Balance([Remainder] string username = null)
 {
     await publicService.BalanceAsync(Context, username);
 }