Ejemplo n.º 1
0
 public static int GetLogListCount(string where)
 {
     return(Sys_ManageLogBLL.GetLogListCount(where));
 }
Ejemplo n.º 2
0
 public static List <dynamic> GetLoginLogList(int pageIndex, int pageSize, string where)
 {
     return(Sys_ManageLogBLL.GetLog(pageIndex, pageSize, where));
 }