Ejemplo n.º 1
0
 // GET: Order
 public ActionResult Index()
 {
     return(View(orderAppService.GetAllOrder()));
 }