Ejemplo n.º 1
0
 private bool EmployeeInfoExists(long id)
 {
     return(employeeInfoRepository.GetExit(id));
 }