Exemplo n.º 1
0
 public async Task <IActionResult> Find(int companyKey, string term)
 {
     // return Ok(new string[] { "Account1", "Account2" });
     return(Ok(await _ordersManager.FindOrdersAsync(companyKey, term)));
 }