Skip to content

Commit af492b2

Browse files
committed
Ajustes finais
1 parent c51c26f commit af492b2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/web/JSE.WebApp.MVC/Services/ClienteService.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
using System;
2-
using System.Net;
3-
using System.Net.Http;
4-
using System.Threading.Tasks;
5-
using Microsoft.Extensions.Options;
6-
using JSE.Core.Communication;
1+
using JSE.Core.Communication;
72
using JSE.WebApp.MVC.Extensions;
83
using JSE.WebApp.MVC.Models;
4+
using Microsoft.Extensions.Options;
5+
using System.Net;
96

107
namespace JSE.WebApp.MVC.Services
118
{

src/web/JSE.WebApp.MVC/Views/Pedido/EnderecoEntrega.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<div class="card-body border-top">
6767
<partial name="_Endereco" model="Model"/>
6868
</div>
69+
6970
<div class="card-body border-top">
7071
@{
7172
if (Model.Endereco != null)

0 commit comments

Comments
 (0)