Exemplo n.º 1
0
 public List <FileInfoEntity> GetFileListByRecId(List <string> ids)
 {
     return(service.GetFileListByRecId(ids));
 }