Example #1
0
 public IActionResult AddNewSection(SectionViewModel section)
 {
     _sectionService.CreateNewSection(section);
     return(RedirectToAction("Index"));
 }