@ -10,7 +10,7 @@ namespace Microsoft.eShopWeb.Infrastructure.Data
public OrderRepository(CatalogContext dbContext) : base(dbContext)
{
}
public Task<Order> GetByIdWithItemsAsync(int id)
return _dbContext.Orders
@ -4,7 +4,7 @@
<section class="esh-catalog-hero">
<div class="container">
<img class="esh-catalog-title" src="../images/main_banner_text.png" />
<img class="esh-catalog-title" src="~/images/main_banner_text.png" />
</div>
</section>
@ -29,7 +29,7 @@
<section class="col-lg-7 col-md-6 col-xs-12">
<a asp-area="" asp-controller="Catalog" asp-action="Index" class="navbar-brand">
<img src="../images/brand.png" alt="eShop On Web"/>
<img src="~/images/brand.png" alt="eShop On Web"/>
</a>
<partial name="_LoginPartial" />
@ -5,7 +5,7 @@
<article class="row">
<a asp-page="/Index" class="navbar-brand">
<img src="../images/brand.png" alt="eShop On Web" />
<img src="~/images/brand.png" alt="eShop On Web" />