예제 #1
0
        /*===MANAGE CONTROLLER===*/
        public List <usp_BillSelectAll_Result> getAllListBill_()
        {
            var db = new CMART2Entities1();

            return(db.usp_BillSelectAll().ToList());
        }