示例#1
0
 public List <Order> GetAllOrder()
 {
     return(orderContext.GetAll());
 }
示例#2
0
 public ActionResult Overview(Order order)
 {
     return(View(_orderContext.GetAll()));
 }
示例#3
0
 public List <Order> GetAll()
 {
     return(Context.GetAll());
 }