HomeController.cs
public async Task<ActionResult> TestExample()
{
IEnumerable<Customer> result = await myClient.For<Customer>().FindEntriesAsync();
return View(result);
}
public async Task<ActionResHomeController.cs
public async Task<ActionResult> TestExample()
{
IEnumerable<Customer> result = await myClient.For<Customer>().FindEntriesAsync();
return View(result);
}
public async Task<ActionRes