Beispiel #1
0
 public long Count(Expression <Func <T, bool> > predicate)
 {
     return(RepositoryContext.Count(predicate));
 }
Beispiel #2
0
 public long Count()
 {
     return(RepositoryContext.Count <T>());
 }