Exemplo n.º 1
0
 public long Insert(ExamEntity examEntity)
 {
     return(examdal.Insert(examEntity));
 }