Пример #1
0
        public List <OrderItem> GetOrderItemByPreorder(long Id)
        {
            LogicBL orderItemDAL = new LogicBL();

            return(orderItemDAL.GetOrderItemByPreorder(Id));
        }