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