Beispiel #1
0
 public async Task <IActionResult> GetCustomers()
 {
     return(Ok(await licenseService.GetCustomersIndexView()));
 }
 // GET: Customer
 public async Task <ActionResult> Index()
 {
     return(View(await licenseService.GetCustomersIndexView()));
 }