コード例 #1
0
 public ActionResult AddNotitie(ProductenPerBestelling ppb)
 {
     Repo.AddNotitie(ppb);
     return(Ok());
 }