feat: create request projects for basic CQRS
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m58s
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m58s
This commit is contained in:
commit
25d0e27811
190 changed files with 12220 additions and 0 deletions
6
src/request.dispatcher.tests/_fixtures/TestRequest.cs
Normal file
6
src/request.dispatcher.tests/_fixtures/TestRequest.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Copyright (c) The Geekeey Authors
|
||||
// SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
namespace Geekeey.Request.Dispatcher.Tests;
|
||||
|
||||
internal sealed class TestRequest : IScalarRequest<string> { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue