init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Kreta.EESZTInterface.eFT.Model.AllomanyResz.Response
|
||||
{
|
||||
[XmlType(TypeName = "Include", Namespace = Namespaces.xopNS)]
|
||||
public class Include
|
||||
{
|
||||
[XmlAttribute(AttributeName = "href", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
||||
public string Href { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user