Beispiel #1
0
 public List <Show> GetAll()
 {
     return(_repository.GetAllActive());
 }