Пример #1
0
 /// <summary>
 /// 根据USERID获得日志
 /// </summary>
 /// <returns></returns>
 public List <LogInfo> LogSelectByUserId(LogInfo log, DateTime start, DateTime end)
 {
     return(logDal.LogSelectByUserId(log, start, end));
 }