Esempio n. 1
0
 public List <FileInfoEntity> DeleteByRecId(string id)
 {
     return(service.DeleteByRecId(id));
 }