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.
1 parent c51c26f commit af492b2Copy full SHA for af492b2
src/web/JSE.WebApp.MVC/Services/ClienteService.cs
@@ -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;
+using JSE.Core.Communication;
7
using JSE.WebApp.MVC.Extensions;
8
using JSE.WebApp.MVC.Models;
+using Microsoft.Extensions.Options;
+using System.Net;
9
10
namespace JSE.WebApp.MVC.Services
11
{
src/web/JSE.WebApp.MVC/Views/Pedido/EnderecoEntrega.cshtml
@@ -66,6 +66,7 @@
66
<div class="card-body border-top">
67
<partial name="_Endereco" model="Model"/>
68
</div>
69
+
70
71
@{
72
if (Model.Endereco != null)
0 commit comments