コード例 #1
0
ファイル: ExamManager.cs プロジェクト: gamzeerol/ExamApp
 public List <Exam> GetAll(Expression <Func <Exam, bool> > filter = null)
 {
     return(_examDal.GetAll());
 }
コード例 #2
0
 public List <Exam> GetAll()
 {
     return(_examDal.GetAll());
 }