kreta/Kreta.EESZTInterface/eFT/Model/SikeresCimzettAllomanyLetoltes/Request/SikeresCimzettAllomanyLetoltes.cs
2024-03-13 00:33:46 +01:00

13 lines
540 B
C#

using System;
using System.Xml.Serialization;
namespace Kreta.EESZTInterface.eFT.Model.SikeresCimzettAllomanyLetoltes.Request
{
[Serializable]
[XmlRoot(ElementName = "sikeresCimzettAllomanyLetoltes", Namespace = Namespaces.allomanyPublikaloServiceV1Ns)]
public class SikeresCimzettAllomanyLetoltes
{
[XmlElement(ElementName = "sikeresAllomanyLetoltesRequest", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
public SikeresAllomanyLetoltesRequest SikeresAllomanyLetoltesRequest { get; set; }
}
}