Ejemplo n.º 1
0
 public async Task <IHttpActionResult> count()
 {
     return(Ok(await ordersService.CountAsync()));
 }