public PreContractController(ILogger <PreContractController> logger, TokenManager tokenManager, IBizPreContractService precontractService, IufkhxxService customerService, ISysExtAccessService accessService) { _logger = logger; _tokenManager = tokenManager; _precontractService = precontractService; _customerService = customerService; _accessService = accessService; }
public AuditContractController(ILogger <AuditContractController> logger, TokenManager tokenManager, IBizMainContractService maincontractService, IufkhxxService customerService, IBizContractItemService contractitemService, IBizContractFcsService contractfcsService, IBizContractFileService contractfileService, IBizPreContractService precontractService , IViewMainContractService vmcontractService) { _logger = logger; _tokenManager = tokenManager; _maincontractService = maincontractService; _customerService = customerService; _contractitemService = contractitemService; _contractfcsService = contractfcsService; _contractfileService = contractfileService; _precontractService = precontractService; _vmcontractService = vmcontractService; }