예제 #1
0
 public List <Event> GetAll()
 {
     return(_IEventRepo.GetAll());
 }
예제 #2
0
파일: Event.cs 프로젝트: Rajesh-vk/CoreApi
 public IEnumerable <EventDetails> GetAll()
 {
     return(_eventRepo.GetAll());
 }