示例#1
0
 public async Task Fah([Remainder] string fahuser = null)
 {
     await publicService.FahAsync(Context, fahuser);
 }