Exemplo n.º 1
0
 public List <ShowViewModel> Get(int id)
 {
     return(_showService.GetByPage(id));
 }