コード例 #1
0
 public bool EmployeeExistOrNot(string employeeId)
 {
     return(raSolarHRMSRepository.EmployeeExistOrNot(employeeId));
 }