示例#1
0
 public IActionResult Export()
 {
     _repo.Export();
     return(RedirectToAction("Index"));
 }