コード例 #1
0
 // GET: Pets
 public IActionResult Index()
 {
     return(View(Salon.GetAllPets(HttpContext.User.Identity.Name)));
 }