Esempio n. 1
0
 public IList <FileInfoEntity> GetFilesByRecIdNew(string recId)
 {
     return(service.GetFilesByRecIdNew(recId));
 }