Ejemplo n.º 1
0
 public ActionResult DeleteCategorie(int categorieId)
 {
     Repo.DeleteCategorie(categorieId);
     return(Ok());
 }