Example #1
0
 public IEnumerable <ReportingTo> Find(Expression <Func <ReportingTo, bool> > predicate, bool @readonly = false)
 {
     return(_service.Find(predicate, @readonly));
 }