change relative image source path (../) to use ~/ for webroot. (#184)

This commit is contained in:
BlackFrog1
2019-01-11 09:48:09 -05:00
committed by Steve Smith
parent b123945a01
commit 8e748a4c62
9 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ namespace Microsoft.eShopWeb.Infrastructure.Data
public OrderRepository(CatalogContext dbContext) : base(dbContext)
{
}
public Task<Order> GetByIdWithItemsAsync(int id)
{
return _dbContext.Orders