RemoveDeletedCardsPluginHandler - конструктор
Пространство имён: Tessa.Extensions.Platform.Server.PluginsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.