RemoveDeletedCardsPluginHandler - конструктор
Пространство имён: Tessa.Extensions.Platform.Server.PluginsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public RemoveDeletedCardsPluginHandler(
IConfigurationManager configurationManager,
Func<ICardRepository> getCardRepositoryFunc,
IDbScope dbScope
)
Public Sub New (
configurationManager As IConfigurationManager,
getCardRepositoryFunc As Func(Of ICardRepository),
dbScope As IDbScope
)
public:
RemoveDeletedCardsPluginHandler(
IConfigurationManager^ configurationManager,
Func<ICardRepository^>^ getCardRepositoryFunc,
IDbScope^ dbScope
)
new :
configurationManager : IConfigurationManager *
getCardRepositoryFunc : Func<ICardRepository> *
dbScope : IDbScope -> RemoveDeletedCardsPluginHandler
Параметры
- configurationManager IConfigurationManager
Объект, управляющий конфигурацией приложений.
К объекту возможно одновременное обращение из нескольких потоков.
- getCardRepositoryFunc FuncICardRepository
- Функция для получения репозитория карточек.
- dbScope IDbScope
Объект для взаимодействия с базой данных.
Определяет область видимости объекта
DbManager.