コード例 #1
0
 public async Task RoleInfo([Remainder] string roleName = null)
 {
     await modService.RoleInfoAsync(Context, roleName);
 }