예제 #1
0
 public IActionResult Group_Delete(string id = "")
 {
     bidFactory.DeleteGroup(id);
     return(RedirectToAction("Dashboard"));
 }