Exemplo n.º 1
0
 public IEnumerable <Component> GetByPageID(int idPage)
 {
     return(componentRepository.GetByPageID(idPage));
 }