CardsController - конструктор
Working with cards.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public CardsController(
ICardRepository cardRepository,
ICardStreamServerRepository cardStreamServerRepository,
ICardRepairManager cardRepairManager,
IOptions<FormOptions> formOptions,
IViewService viewService,
IOperationRepository operationRepository,
IDbScope dbScope,
IErrorManager errorManager,
ICardTemplateManager cardTemplateManager,
ICardBundledImportComponent cardBundledImportComponent,
ICardContentTokenProvider cardContentTokenProvider,
ICardContentStrategy cardContentStrategy,
ICardExportStrategy cardExportStrategy
)
Public Sub New (
cardRepository As ICardRepository,
cardStreamServerRepository As ICardStreamServerRepository,
cardRepairManager As ICardRepairManager,
formOptions As IOptions(Of FormOptions),
viewService As IViewService,
operationRepository As IOperationRepository,
dbScope As IDbScope,
errorManager As IErrorManager,
cardTemplateManager As ICardTemplateManager,
cardBundledImportComponent As ICardBundledImportComponent,
cardContentTokenProvider As ICardContentTokenProvider,
cardContentStrategy As ICardContentStrategy,
cardExportStrategy As ICardExportStrategy
)
public:
CardsController(
ICardRepository^ cardRepository,
ICardStreamServerRepository^ cardStreamServerRepository,
ICardRepairManager^ cardRepairManager,
IOptions<FormOptions^>^ formOptions,
IViewService^ viewService,
IOperationRepository^ operationRepository,
IDbScope^ dbScope,
IErrorManager^ errorManager,
ICardTemplateManager^ cardTemplateManager,
ICardBundledImportComponent^ cardBundledImportComponent,
ICardContentTokenProvider^ cardContentTokenProvider,
ICardContentStrategy^ cardContentStrategy,
ICardExportStrategy^ cardExportStrategy
)
new :
cardRepository : ICardRepository *
cardStreamServerRepository : ICardStreamServerRepository *
cardRepairManager : ICardRepairManager *
formOptions : IOptions<FormOptions> *
viewService : IViewService *
operationRepository : IOperationRepository *
dbScope : IDbScope *
errorManager : IErrorManager *
cardTemplateManager : ICardTemplateManager *
cardBundledImportComponent : ICardBundledImportComponent *
cardContentTokenProvider : ICardContentTokenProvider *
cardContentStrategy : ICardContentStrategy *
cardExportStrategy : ICardExportStrategy -> CardsController
Параметры
- cardRepository ICardRepository
-
- cardStreamServerRepository ICardStreamServerRepository
-
- cardRepairManager ICardRepairManager
-
- formOptions IOptionsFormOptions
-
- viewService IViewService
-
- operationRepository IOperationRepository
-
- dbScope IDbScope
-
- errorManager IErrorManager
-
- cardTemplateManager ICardTemplateManager
-
- cardBundledImportComponent ICardBundledImportComponent
-
- cardContentTokenProvider ICardContentTokenProvider
-
- cardContentStrategy ICardContentStrategy
-
- cardExportStrategy ICardExportStrategy
-