예제 #1
0
 public IEnumerable <domain.TimeSlot> Execute()
 {
     return(timeSlotRepository.GetAll());
 }
예제 #2
0
 public IEnumerable <TimeSlot> GetAll()
 {
     return(_repo.GetAll());
 }