Beispiel #1
0
 public static DataSet GetAllHR_AttendenceRulessWithRelation()
 {
     DataSet hR_AttendenceRuless = new DataSet();
     SqlHR_AttendenceRulesProvider sqlHR_AttendenceRulesProvider = new SqlHR_AttendenceRulesProvider();
     hR_AttendenceRuless = sqlHR_AttendenceRulesProvider.GetAllHR_AttendenceRuless();
     return hR_AttendenceRuless;
 }