public CustomList <ShiftRule> GetAllShiftRule()
 {
     return(ShiftRule.doSearch(string.Empty));
 }
Esempio n. 2
0
 public CustomList <ShiftRule> GetAllShiftRule()
 {
     return(ShiftRule.GetAllShiftRule());
 }