示例#1
0
 public DTO.ResponseMessage <bool> InsertApplicantTLog(DTO.ApplicantTLog appTLog)
 {
     return(svc.InsertApplicantTLog(appTLog));
 }