Exemplo n.º 1
0
        public static List <Orders> GetUnsendOrders(int?id)
        {
            List <Orders> lstGoods = new List <Orders>();

            lstGoods = PersonDao.GetUnsendOrders(id);
            return(lstGoods);
        }