public DocumentController(IDocumentViewModelService documentViewModelService, IDocumentService documentService, IDocumentTypeService documentTypeService, ILocalizationService localizationService, ICustomerService customerService, IStoreService storeService, ICustomerActivityService customerActivityService) { _documentViewModelService = documentViewModelService; _documentService = documentService; _documentTypeService = documentTypeService; _localizationService = localizationService; _customerService = customerService; _storeService = storeService; _customerActivityService = customerActivityService; }
public DocumentController(IDocumentViewModelService documentViewModelService, IDocumentService documentService, IDocumentTypeService documentTypeService, ITranslationService translationService, ICustomerService customerService, ICustomerActivityService customerActivityService) { _documentViewModelService = documentViewModelService; _documentService = documentService; _documentTypeService = documentTypeService; _translationService = translationService; _customerService = customerService; _customerActivityService = customerActivityService; }