Ejemplo n.º 1
0
 public ActionResult UpdateCategorie(Categorie categorie)
 {
     Repo.UpdateCategorie(categorie);
     return(Ok());
 }