kreta/Kreta.EESZTInterface/eFT/Model/AllomanyResz/Response/AllomanyReszResponseBusinessContent.cs
2024-03-13 00:33:46 +01:00

10 lines
326 B
C#

using System.Xml.Serialization;
namespace Kreta.EESZTInterface.eFT.Model.AllomanyResz.Response
{
public class AllomanyReszResponseBusinessContent
{
[XmlElement(ElementName = "allomanyResz", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
public AllomanyResz AllomanyResz { get; set; }
}
}