public OrderController(IArquivoBaseBusiness arquivoBaseBusiness, IServiceProvider serviceProvider) { this.ArquivoBaseBusiness = arquivoBaseBusiness; this.ServiceProvider = serviceProvider; }
public ImportacaoService(IServiceProvider serviceProvider, IPedidoImportacaoBusiness pedidoImportacaoBusiness, IArquivoBaseBusiness arquivoBase) { this.serviceProvider = serviceProvider; this._arquivoBase = arquivoBase; this._pedidoImportacao = pedidoImportacaoBusiness; this.Tasks = new Dictionary <string, Task>(); }
public QueryController(IArquivoBaseBusiness arquivoBaseBusiness) { this.ArquivoBaseBusiness = arquivoBaseBusiness; }