Ejemplo n.º 1
0
 public IActionResult WrokPage(int Id)
 {
     ViewBag.Work = teamLeaderRepository.getWorkById(Id);
     return(View());
 }