コード例 #1
0
 public async Task Stats([Remainder] string server = null)
 {
     await publicService.StatsAsync(Context, server);
 }