예제 #1
0
 public void Add(Model.Exam entity)
 {
     _examDAL.Add(entity);
 }
예제 #2
0
 public void Add(Exam entity)
 {
     _examDAL.Add(entity);
 }