Ejemplo n.º 1
0
 public IQueryable <Scheduling> GetSchedulings(Expression <Func <Scheduling, bool> > where)
 {
     return(_schedulingRepository.GetMany(where));
 }