예제 #1
0
 public ValidationResult <List <TableHall> > SelectHall()
 {
     return(_hallRepository.SelectHall());
 }