diff --git a/Source/Euonia.Application/UseCase/IUseCase.cs b/Source/Euonia.Application/UseCase/IUseCase.cs index b6b73ba..9cdfa60 100644 --- a/Source/Euonia.Application/UseCase/IUseCase.cs +++ b/Source/Euonia.Application/UseCase/IUseCase.cs @@ -16,11 +16,6 @@ public interface IUseCase /// /// Task ExecuteAsync(TInput input, CancellationToken cancellationToken = default); - - /// - /// Gets the presenter of the use case. - /// - IUseCasePresenter Presenter { get; } } /// diff --git a/project.props b/project.props index ce6dd56..ce3b82f 100644 --- a/project.props +++ b/project.props @@ -1,6 +1,6 @@ - 8.1.3 + 8.1.4 damon Nerosoft Ltd. Euonia