示例#1
0
 public List <FileUploadInfo> GetByAttachGUID(string attachmentGUID)
 {
     return(bll.GetByAttachGUID(attachmentGUID));
 }