WIP
This commit is contained in:
@@ -8,7 +8,7 @@ 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 Models
|
||||
{
|
||||
public Models()
|
||||
@@ -19,7 +19,7 @@ namespace PartSource.Data.Nexpart
|
||||
[XmlAttribute]
|
||||
public int Region { get; set; }
|
||||
|
||||
[XmlElement(ElementName = "Model", Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
[XmlElement(ElementName = "Model", Namespace = "http://whisolutions.com/pss/common/helper/parts")]
|
||||
public PartSource.Data.Nexpart.Model[] Model { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user