public List <Exam> GetAll(Expression <Func <Exam, bool> > filter = null) { return(_examDal.GetAll()); }
public List <Exam> GetAll() { return(_examDal.GetAll()); }