Example #1
0
 public async Task <IHttpActionResult> GetCustomers()
 {
     return(Ok(await _accountApplicationService.GetCustomers()));
 }