Ejemplo n.º 1
0
        /*===SEARCH CONTROLLER===*/
        public List <usp_BranchImportBallotSearch_Result> searchAllListBallot(string text)
        {
            var db = new CMART2Entities1();

            return(db.usp_BranchImportBallotSearch(text).ToList());
        }