11 lines
219 B
C#
11 lines
219 B
C#
using System;
|
|
using System.Runtime.Serialization;
|
|
|
|
namespace Kreta.Client.KGR.Model
|
|
{
|
|
[Serializable]
|
|
[DataContract]
|
|
public class IntezmenyiBeszerzesHibaResponseModel : BaseHibaResponseModel
|
|
{
|
|
}
|
|
}
|