Ejemplo n.º 1
0
 //Для сотрудника отдела кадров
 public ActionResult IndexH()
 {
     return(View(employeesDAO.GetAllEmployees()));
 }