Files
Partsource/PartSource.Data/Nexpart/WHIEngines.cs
2020-04-12 20:52:03 -04:00

12 lines
334 B
C#

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;
}
}