예제 #1
0
 public DTO.ResponseService <DTO.ExamHistory[]> GetExamHistoryByID(string idCard)
 {
     return(svc.GetExamHistoryByID(idCard));
 }