예제 #1
0
 public DTO.ResponseMessage <bool> InsertExam(DTO.ExamSchedule ent)
 {
     return(svc.InsertExam(ent));
 }