CardsController - конструктор
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
public CardsController(
ICardRepository cardRepository,
ICardStreamServerRepository cardStreamServerRepository,
ICardRepairManager cardRepairManager,
IOptions<FormOptions> formOptions,
IViewService viewService,
IOperationRepository operationRepository,
IDbScope dbScope,
IErrorManager errorManager,
ICardTemplateManager cardTemplateManager,
ICardBundledImportComponent cardBundleInsertStrategy
)
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,
cardBundleInsertStrategy As ICardBundledImportComponent
)
public:
CardsController(
ICardRepository^ cardRepository,
ICardStreamServerRepository^ cardStreamServerRepository,
ICardRepairManager^ cardRepairManager,
IOptions<FormOptions^>^ formOptions,
IViewService^ viewService,
IOperationRepository^ operationRepository,
IDbScope^ dbScope,
IErrorManager^ errorManager,
ICardTemplateManager^ cardTemplateManager,
ICardBundledImportComponent^ cardBundleInsertStrategy
)
new :
cardRepository : ICardRepository *
cardStreamServerRepository : ICardStreamServerRepository *
cardRepairManager : ICardRepairManager *
formOptions : IOptions<FormOptions> *
viewService : IViewService *
operationRepository : IOperationRepository *
dbScope : IDbScope *
errorManager : IErrorManager *
cardTemplateManager : ICardTemplateManager *
cardBundleInsertStrategy : ICardBundledImportComponent -> CardsController
Параметры
- cardRepository ICardRepository
-
- cardStreamServerRepository ICardStreamServerRepository
-
- cardRepairManager ICardRepairManager
-
- formOptions IOptionsFormOptions
-
- viewService IViewService
-
- operationRepository IOperationRepository
-
- dbScope IDbScope
-
- errorManager IErrorManager
-
- cardTemplateManager ICardTemplateManager
-
- cardBundleInsertStrategy ICardBundledImportComponent
-