示例#1
0
        public List <AppBureauReq> GetAllData()
        {
            try
            {
                we = new DBSCBSEntities();
                return(we.AppBureauReqs.ToList());
            }
            catch (Exception)
            {
                return(null);

                throw;
            }
        }
示例#2
0
 public AppBureauReqBOL()
 {
     we = new DBSCBSEntities();
 }