コード例 #1
0
        //Author: Jesper


        public List <Eyewear> GetEyewear(string sex, string shape, string color, int length, double fromPrice, double toPrice)
        {
            SqlAssist sqlA = new SqlAssist();

            return(sqlA.GetEyewear(sex, shape, color, length, fromPrice, toPrice));
        }