Namespace migration
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Xml.Serialization;
|
||||
|
||||
namespace PartSource.Data.Nexpart
|
||||
{
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/pss/common/helper/parts")]
|
||||
public class Part
|
||||
{
|
||||
[XmlElement]
|
||||
@@ -15,7 +15,7 @@ namespace PartSource.Data.Nexpart
|
||||
public PartPartType PartType { get; set; }
|
||||
|
||||
// There are two different kinds of PartType because of course there are...
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/pss/common/helper/parts")]
|
||||
public class PartPartType
|
||||
{
|
||||
[XmlAttribute]
|
||||
|
||||
Reference in New Issue
Block a user