Ejemplo n.º 1
0
 public List <Review> GetReviewsForEmployee(int employeeId)
 {
     return(repo.GetReviewsByEmployeeId(employeeId));
 }