예제 #1
0
        public List <BOP_FAJAS_spCuerpoVentaResult> spCuerpo(int bill)
        {
            FAJA_MODELDataContext dc = new FAJA_MODELDataContext();

            return(dc.BOP_FAJAS_spCuerpoVenta(bill).ToList());
        }