Example #1
0
 public RedirectResult LeaveRuleDelete(int id)
 {
     _leaveRuleService.DeleteLeaveRule(id);
     return(Redirect("/leaverules"));
 }