Exemple #1
0
 public static DataTable LogList(int pageSize, int currentPage, string condition)
 {
     return(AdminVisitLogs.LogList(pageSize, currentPage, condition));
 }
Exemple #2
0
        //public static bool DeleteLog()
        //{
        //    bool result;
        //    try
        //    {
        //        AdminVisitLogs.DeleteLog();
        //        result = true;
        //    }
        //    catch
        //    {
        //        result = false;
        //    }
        //    return result;
        //}

        //public static bool DeleteLog(string condition)
        //{
        //    bool result;
        //    try
        //    {
        //        AdminVisitLogs.DeleteLog(condition);
        //        result = true;
        //    }
        //    catch
        //    {
        //        result = false;
        //    }
        //    return result;
        //}

        public static DataTable LogList(int pageSize, int currentPage)
        {
            return(AdminVisitLogs.LogList(pageSize, currentPage));
        }