Example #1
0
        //Cliente/Empleado
        public List <DtoDetallePedido> GetDetallePedido(int id)
        {
            PPedido pp = new PPedido();

            return(pp.GetDetalle(id));
        }