コード例 #1
0
 public virtual long Count(Expression <Func <T, bool> > where)
 {
     return(MongoEntity.Count <T>(where));
 }