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