public DTO.ResponseMessage <bool> InsertApplicantTLog(DTO.ApplicantTLog appTLog) { return(svc.InsertApplicantTLog(appTLog)); }