예제 #1
0
 public async Task Servers([Remainder] string s1 = null)
 {
     await publicService.ServersAsync(Context, s1);
 }