Beispiel #1
0
 public DTO.ResponseMessage <bool> ChkSpecialExam(List <string> filesType, string licenseType)
 {
     return(svc.ChkSpecialExam(filesType.ToArray(), licenseType));
 }