Namespace migration
This commit is contained in:
@@ -8,13 +8,13 @@ using System.Xml.Serialization;
|
||||
|
||||
namespace PartSource.Data.Nexpart
|
||||
{
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectService-v1")]
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/pss/common/model/parts")]
|
||||
public class VehicleIdentifier
|
||||
{
|
||||
[XmlElement(Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
[XmlElement(Namespace = "http://whisolutions.com/pss/common/helper/parts")]
|
||||
public int BaseVehicleId { get; set; }
|
||||
|
||||
[XmlElement(Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
[XmlElement(Namespace = "http://whisolutions.com/pss/common/helper/parts")]
|
||||
public int EngineConfigId { get; set; }
|
||||
|
||||
public bool ShouldSerializeBaseVehicleId()
|
||||
|
||||
Reference in New Issue
Block a user