public void T040_MoveTxn_LOT2() { MoveTxn s = new MoveTxn(); s.Container_Name = "LOT2"; Assert.IsTrue(s.ExecuteService(), s.CompletionMessage); }
public MoveOut() : base() { thruputService = new Thruput(ObjScope, HistoryMainLine); moveTxnService = new MoveTxn(ObjScope, HistoryMainLine); }
public MoveTxnMethod(MoveTxn Cdo, MoveTxnMethods Method, MoveTxn_Parameters Parameters) { this.Cdo = Cdo; this.ServiceMethod = Method; this.Parameters = Parameters; }