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