Exemple #1
0
 public DTO.ResponseService <DTO.PersonAttatchFile[]> GetAttatchFileByPersonId(string personId)
 {
     return(svc.GetAttatchFileByPersonId(personId));
 }