コード例 #1
0
 public StockInHandController(IStockInHandService StockInHandService, IUnitOfWork unitOfWork, IExceptionHandlingService exec)
 {
     _StockInHandService = StockInHandService;
     _unitOfWork         = unitOfWork;
     _exception          = exec;
 }