Esempio n. 1
0
 public List <FileUploadInfo> GetByAttachGUID(string attachmentGUID)
 {
     return(bll.GetByAttachGUID(attachmentGUID));
 }