init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user