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

11 lines
395 B
C#

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