Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Localization;
using Nop.Core.Domain.Orders;
using Nop.Services.ExportImport.Help;
namespace Nop.Services.ExportImport;
public partial class ImportOrderMetadata
{
public int EndRow { get; internal set; }
public PropertyManager Manager { get; internal set; }
public IList> Properties { get; set; }
public int CountOrdersInFile { get; set; }
public PropertyManager OrderItemManager { get; internal set; }
public List AllOrderGuids { get; set; }
public List AllCustomerGuids { get; set; }
}