public MotivoEstoqueMovimentacaoController(IMotivoEstoqueMovimentacaoApplicationService app, ILoggerFactory logger, IHostingEnvironment env)
 {
     this._app    = app;
     this._logger = logger.CreateLogger <MotivoEstoqueMovimentacaoController>();
     this._env    = env;
 }
Beispiel #2
0
 public MotivoEstoqueMovimentacaoMoreController(IMotivoEstoqueMovimentacaoRepository rep, IMotivoEstoqueMovimentacaoApplicationService app, ILoggerFactory logger)
 {
     this._rep    = rep;
     this._app    = app;
     this._logger = logger.CreateLogger <MotivoEstoqueMovimentacaoMoreController>();
 }