Example #1
0
 public void TestShift()
 {
     facade.QueryShiftCount("code", "code");
     facade.QueryShift("code", "code", 0, 10);
     facade.GetShift("code");
     facade.GetShiftByShiftTypeCode("code");
     facade.GetAllShift();
 }