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