示例#1
0
 public List <Hall> FindHalls(int id)
 {
     return(IHallRepo.FindHalls(id));
 }