Skip to content

Commit 8cd6436

Browse files
Merge pull request #222 from jeffreysSharp/develop
#183 - Utilizar o Dapper na Query Stack - pt II
2 parents 6d645a0 + cab5930 commit 8cd6436

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/JSE.Pedido.API/Application/Queries/PedidoQueries.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
using System;
21
using System.Collections.Generic;
32
using System.Linq;
43
using System.Threading.Tasks;
5-
using Dapper;
64
using JSE.Pedidos.API.Application.DTO;
75
using JSE.Pedidos.Domain.Pedidos;
86

0 commit comments

Comments
 (0)