Example #1
0
 public List <Theater> GetAll()
 {
     return(repository.FindAll());
 }