コード例 #1
0
 public ActionResult UpdateCategorie(Categorie categorie)
 {
     Repo.UpdateCategorie(categorie);
     return(Ok());
 }