Exemplo n.º 1
0
 public HoldLotHistoryController(IHoldLotHistoryLogic holdLotHistoryLogic)
 {
     iHoldLotHistoryLogic = holdLotHistoryLogic;
 }
 public HoldLotHistoryDetailInfoController(IHoldLotHistoryLogic holdLotHistoryLogic)
 {
     iHoldLotHistoryLogic = holdLotHistoryLogic;
 }