예제 #1
0
 public long CountVwNotadebitodet()
 {
     return(VwNotadebitodetDao.Count());
 }
예제 #2
0
 public long CountVwNotadebitodet(Expression <Func <VwNotadebitodet, bool> > criteria)
 {
     return(VwNotadebitodetDao.Count(criteria));
 }