コード例 #1
0
 public IActionResult SignIn([FromServices] ClaimsService claimsService)
 {
     return(View(claimsService.Claims()));
 }