예제 #1
0
 public IActionResult WorkPage(int id)
 {
     ViewBag.works = teamLeaderRepository.GetWorkById(id);
     return(View());
 }