Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace PipelineFramework.Abstractions;
|
||||
|
||||
public interface IPipelineMiddleware<TContext>
|
||||
{
|
||||
Task InvokeAsync(TContext context, Func<Task> next);
|
||||
}
|
||||
Reference in New Issue
Block a user