コード例 #1
0
ファイル: LogFacade.cs プロジェクト: farrdy/totashell
 public IEnumerable <LogEntry> Search(LogEntry log)
 {
     return(LogDao.Search(log));
 }