Example #1
0
 public static DataTable GetClientLog(string strSql)
 {
     return(OperationDal.GetClientLog(strSql));
 }