Beispiel #1
0
 public long CountLogStocks()
 {
     return(LogStocksDao.Count());
 }
Beispiel #2
0
 public long CountLogStocks(Expression <Func <LogStocks, bool> > criteria)
 {
     return(LogStocksDao.Count(criteria));
 }