示例#1
0
 public List <Exam> GetAll(Expression <Func <Exam, bool> > filter = null)
 {
     return(_examDal.GetAll());
 }
示例#2
0
 public List <Exam> GetAll()
 {
     return(_examDal.GetAll());
 }