Ejemplo n.º 1
0
 public ActionResult PostBestelling(Bestelling bestelling)
 {
     Repo.MaakBestelling(bestelling);
     return(Ok());
 }