Пример #1
0
 public DTO.ResponseService <DTO.PersonAttatchFile[]> GetAttatchFileLicenseByPersonId(string personID)
 {
     return(svc.GetAttatchFileLicenseByPersonId(personID));
 }