Initial commit
This commit is contained in:
11
PartSource.Data/Nexpart/WHIEngines.cs
Normal file
11
PartSource.Data/Nexpart/WHIEngines.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace PartSource.Data.Nexpart
|
||||
{
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectService-v1")]
|
||||
public class WHIEngines
|
||||
{
|
||||
[XmlElement(Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")]
|
||||
public WHIEngine[] WHIEngine;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user