Ejemplo n.º 1
0
 public List <Element> GetElementsByCategoryId(int id)
 {
     return(_elementService.GetByCategoryId(id).ToList());
 }