init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Enum;
|
||||
using Kreta.Enums.ManualEnums.WebApi.Naplo;
|
||||
|
||||
namespace Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Get.Enum
|
||||
{
|
||||
public class EnumRequestCo
|
||||
{
|
||||
public string Hash { get; set; }
|
||||
public NaploEnumCo<EngedelyezettEnumok> EngedelyezettEnum { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user