Exemple #1
0
 public IShow GetShow(Guid id)
 {
     return(_repo.FindByShowId(id));
 }