CardsController - конструктор
Working with cards.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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
-