WIP
This commit is contained in:
@@ -9,13 +9,13 @@ using PartSource.Data.Nexpart.Interfaces;
|
||||
namespace PartSource.Data.Nexpart
|
||||
{
|
||||
[XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/pss/common/model/parts")]
|
||||
public class ApplicationSearchResponse : IResponseElement<Apps>
|
||||
public class ApplicationSearchResponse : IResponseElement<object>
|
||||
{
|
||||
|
||||
[XmlElement]
|
||||
public PSResponseHeader PSResponseHeader { get; set; }
|
||||
|
||||
[XmlElement(ElementName = nameof(Apps))]
|
||||
public Apps ResponseBody { get; set; }
|
||||
[XmlElement(ElementName = nameof(Apps), Namespace = "http://whisolutions.com/pss/common/model/parts", Type = typeof(Apps))]
|
||||
[XmlElement(ElementName = nameof(Questions), Namespace = "http://whisolutions.com/pss/common/model/parts", Type = typeof(Questions))]
|
||||
public object ResponseBody { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user