Skip to content

Commit 4e0633d

Browse files
committed
#183 - Utilizar o Dapper na Query Stack - pt II
1 parent 52fcf4b commit 4e0633d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Threading.Tasks;
5-
using Dapper;
1+
using Dapper;
62
using JSE.Pedidos.API.Application.DTO;
73
using JSE.Pedidos.Domain.Pedidos;
84

0 commit comments

Comments
 (0)