RemoveOperationOperation - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.UI.Cards
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public RemoveOperationOperation(
IOperationRepository operationRepository
)
Public Sub New (
operationRepository As IOperationRepository
)
public:
RemoveOperationOperation(
IOperationRepository^ operationRepository
)
new :
operationRepository : IOperationRepository -> RemoveOperationOperation
Параметры
- operationRepository
- Тип: Tessa.Platform.OperationsIOperationRepository
Репозиторий по управлению операциями.
См. также