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