Beispiel #1
0
 public ActionResult CreateCategory(Category category)
 {
     repository.AddCategory(category);
     return(View());
 }