Beispiel #1
0
 public IActionResult GetForEmployee(int employeeID)
 {
     return(Ok(_benefitRepository.GetForEmployee(employeeID)));
 }