Пример #1
0
 public ActionResult CreateCategory(Category category)
 {
     _rentService.CreateCategory(category);
     return RedirectToAction("ListCategories");
 }