Exemplo n.º 1
0
 public IActionResult AddCategory(CategoryModel cm)
 {
     _repo.AddCategory(cm);
     return(RedirectToAction("Browse"));
 }