This commit is contained in:
2023-11-14 11:58:54 -05:00
parent 469fb0ff5f
commit b8406a7f71
72 changed files with 142 additions and 141 deletions

View File

@@ -2,10 +2,10 @@
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 WHIEngines
{
[XmlElement(Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
[XmlElement(Namespace = "http://whisolutions.com/pss/common/helper/parts")]
public WHIEngine[] WHIEngine;
}
}