Example #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _reportingPeriodService.Delete(id);
     return(RedirectToAction("Index"));
 }