Separate OrderViewModel from OrderDetailsViewModel (#904)

* Separate OrderViewModel from OrderDetailsViewModel

* Update packages
This commit is contained in:
Steve Smith
2023-05-23 14:55:24 -04:00
committed by GitHub
parent 896d75d55f
commit e7d71ea572
10 changed files with 44 additions and 37 deletions

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using MediatR;
using MediatR;
using Microsoft.eShopWeb.Web.ViewModels;
namespace Microsoft.eShopWeb.Web.Features.MyOrders;