Example #1
0
 public vw_Documents GetDocumentData(Guid attachmentID)
 {
     return(DocumentsRepository.GetDocumentByID(attachmentID));
 }