示例#1
0
 public void Remove(int id)
 {
     _examDal.Remove(id);
 }