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