Exemplo n.º 1
0
 public IShow GetShow(Guid id)
 {
     return(_repo.FindByShowId(id));
 }