Exemple #1
0
        public static int GetPageCount(string strWhere)
        {
            T_Product_EvaluationDAL dal = new T_Product_EvaluationDAL();

            return(dal.GetPageCount(strWhere));
        }