Example #1
0
 public void TestShiftType()
 {
     facade.QueryShiftTypeCount("code");
     facade.QueryShiftType("code", 0, 10);
     facade.GetAllShiftType();
 }