示例#1
0
        public List <Airports> GetInnerAllFrom(string from)
        {
            List <Airports> temp = SQLHelper.GetInnerListFrom(from);

            return(temp);
        }