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