We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b726c3b + fba9425 commit 526f668Copy full SHA for 526f668
src/services/JSE.Pedido.API/Application/Commands/AdicionarPedidoCommand.cs
@@ -1,5 +1,7 @@
1
-using FluentValidation;
+
2
+using FluentValidation;
3
using JSE.Core.Messages;
4
5
using JSE.Pedidos.API.Application.DTO;
6
7
namespace JSE.Pedidos.API.Application.Commands
src/services/JSE.Pedido.API/JSE.Pedidos.API.csproj
@@ -20,6 +20,11 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
+ <Folder Include="Application\Events\" />
24
+ </ItemGroup>
25
26
+ <ItemGroup>
27
28
<ProjectReference Include="..\..\building blocks\JSE.Core\JSE.Core.csproj" />
29
<ProjectReference Include="..\..\building blocks\JSE.MessageBus\JSE.MessageBus.csproj" />
30
<ProjectReference Include="..\..\building blocks\JSE.WebAPI.Core\JSE.WebAPI.Core.csproj" />
0 commit comments