Example #1
0
 public static DataSet GetDropDownListAllHR_Overtime()
 {
     DataSet hR_Overtimes = new DataSet();
     SqlHR_OvertimeProvider sqlHR_OvertimeProvider = new SqlHR_OvertimeProvider();
     hR_Overtimes = sqlHR_OvertimeProvider.GetDropDownLisAllHR_Overtime();
     return hR_Overtimes;
 }