示例#1
0
 public IEnumerable <LogEntry> Search(LogEntry log)
 {
     return(LogDao.Search(log));
 }