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