public DTO.ResponseService <DTO.AttachFileApplicantChangeEntity[]> GetAttatchFilesAppChangeByIDCard(string idcard, int changeid) { return(svc.GetAttatchFilesAppChangeByIDCard(idcard, changeid)); }