Example #1
0
 public async Task Role([Remainder] string roleName = null)
 {
     await publicService.RoleAsync(Context, roleName);
 }