コード例 #1
0
 public IActionResult AddTestCustomers()
 {
     Testing.CreateCustomers(dbContext);
     return RedirectToAction("Dashboard");
 }