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