示例#1
0
 protected override long ApplyFilterWith(ICollection <IDataCriterion> criteria)
 {
     return(_repository.CountOf(_info, criteria));
 }