Ejemplo n.º 1
0
 public IList <PdfFile> GetAllPdfFiles()
 {
     try
     {
         IContentRepository contentRepository = new ContentRepository();
         return(contentRepository.FetchAllPdf());
     }
     catch (Exception)
     {
         throw;
     }
 }