Example #1
0
 public List <Order> GetAllOrderById(int id)
 {
     return(OrderContext.GetAllOrdersById(id));
 }