Ejemplo n.º 1
0
 public IActionResult Detials(int id)
 {
     workRepository.DetialsWork(id);
     return(View());
 }