示例#1
0
        public List <Person> GetAllPerson()
        {
            DALC.DALC oDALC = new DALC.DALC();
            oDALC.connStr = this.connStr;
            List <Person> oList = oDALC.GetAllPerson();

            return(oList);
        }