コード例 #1
0
 public GetEmployeeClassificationsResult?GetEmployeeClassifications(int employeeClassificationKey)
 {
     return(SprocHelper.ExecHR_GetEmployeeClassificationsIntoObjects(Session.DefaultSession, employeeClassificationKey).SingleOrDefault());
 }
コード例 #2
0
 public IList <GetEmployeeClassificationsResult> GetEmployeeClassifications()
 {
     return(SprocHelper.ExecHR_GetEmployeeClassificationsIntoObjects(Session.DefaultSession, null).ToList());
 }