Skip to content

Commit

Permalink
Merge pull request #54 from NerosoftDev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Codespilot authored Dec 10, 2023
2 parents ff990d9 + 3165cc4 commit e5b8b59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Source/Euonia.Application/UseCase/IUseCase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ public interface IUseCase<in TInput, TOutput>
/// <param name="cancellationToken"></param>
/// <returns></returns>
Task<TOutput> ExecuteAsync(TInput input, CancellationToken cancellationToken = default);

/// <summary>
/// Gets the presenter of the use case.
/// </summary>
IUseCasePresenter<TOutput> Presenter { get; }
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion project.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>8.1.3</Version>
<Version>8.1.4</Version>
<Authors>damon</Authors>
<Company>Nerosoft Ltd.</Company>
<Product>Euonia</Product>
Expand Down

0 comments on commit e5b8b59

Please sign in to comment.