Skip to content

Commit 526f668

Browse files
Merge branch 'main' into develop
2 parents b726c3b + fba9425 commit 526f668

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/services/JSE.Pedido.API/Application/Commands/AdicionarPedidoCommand.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
using FluentValidation;
1+
2+
using FluentValidation;
23
using JSE.Core.Messages;
4+
35
using JSE.Pedidos.API.Application.DTO;
46

57
namespace JSE.Pedidos.API.Application.Commands

src/services/JSE.Pedido.API/JSE.Pedidos.API.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<Folder Include="Application\Events\" />
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
2328
<ProjectReference Include="..\..\building blocks\JSE.Core\JSE.Core.csproj" />
2429
<ProjectReference Include="..\..\building blocks\JSE.MessageBus\JSE.MessageBus.csproj" />
2530
<ProjectReference Include="..\..\building blocks\JSE.WebAPI.Core\JSE.WebAPI.Core.csproj" />

0 commit comments

Comments
 (0)