Example #1
0
 public IEnumerable <Document> GetAll()
 {
     return(_documentRepository.GetAll());
 }