コード例 #1
0
 public ImportPaymentsFrom1CHostedService(IConfiguration configuration, IImportPaymentsFrom1CService importService)
 {
     _configuration = configuration;
     _importService = importService;
 }
コード例 #2
0
 public IntegrationWith1CController(IExecutor executor, IMapper mapper, IImportPaymentsFrom1CService importService)
 {
     _executor      = executor;
     _mapper        = mapper;
     _importService = importService;
 }