예제 #1
0
 //get list containing all OpeningHours
 public IEnumerable <OpeningHours> OpeningHours()
 {
     return(_hallRepository.OpeningHours());
 }