Ejemplo n.º 1
0
 public ActionResult PutBestelling(ProductenPerBestelling ppb)
 {
     Repo.VerwijderProductenPerBestelling(ppb);
     return(Ok());
 }