示例#1
0
 //get list containing all Halls
 public IEnumerable <Hall> Halls()
 {
     return(_hallRepository.Halls());
 }