Example #1
0
 public Theater GetDetail(int id)
 {
     return(repository.FindById(id));
 }