示例#1
0
 public IActionResult GetAllWorks()
 {
     ViewBag.AllWorks = workRepository.GetAllWorks();
     return(View());
 }