Example #1
0
 public List <Event> GetAll()
 {
     return(_IEventRepo.GetAll());
 }
Example #2
0
 public IEnumerable <EventDetails> GetAll()
 {
     return(_eventRepo.GetAll());
 }