Пример #1
0
        public static IList <Instructions> LoadByOrderId(int OrderId)
        {
            IList <Instructions> o       = new List <Instructions>();
            IInstructionsPersist persist = new InstructionsPersist();

            return(o = persist.LoadByOrderId(OrderId));
        }