예제 #1
0
 public StockInController(IAppEmplacementService EmplacementAppService, IAppMagasinService MagasinAppService, IAppStockInService StockInAppService, IAppPieceRechangeService PieceRechangeAppService, IAppPersonnelService PersonnelAppService, IAppFournisseurService FournisseurAppService)
 {
     _MagasinAppService       = MagasinAppService;
     _StockInAppService       = StockInAppService;
     _PieceRechangeAppService = PieceRechangeAppService;
     _PersonnelAppService     = PersonnelAppService;
     _FournisseurAppService   = FournisseurAppService;
     _EmplacementAppService   = EmplacementAppService;
 }
 public PieceRechangeController(IAppPieceRechangeService PieceRechangeAppService, IAppCategoriePieceRechangeService CategoriePieceRechangeAppService)
 {
     _PieceRechangeAppService          = PieceRechangeAppService;
     _CategoriePieceRechangeAppService = CategoriePieceRechangeAppService;
 }