Ejemplo n.º 1
0
 public ActionResult GetProductenPerCategorie(int categorieId)
 {
     return(Json(Repo.GetProductenPerCategorie(categorieId)));
 }