Ejemplo n.º 1
0
 public ActionResult Status(int orderId)
 {
     return(Content(queueService.OrderStatus(orderId)));
 }