kreta/Kreta.BusinessLogic/Classes/MobileApi/Naplo/V2/Co/Get/Tanmenet/TanmenetGetRequestCo.cs
2024-03-13 00:33:46 +01:00

7 lines
189 B
C#

namespace Kreta.BusinessLogic.Classes.MobileApi.Naplo.V2.Co.Get.Tanmenet
{
public class TanmenetGetRequestCo
{
public TanmenetKeyGetRequestCo[] Key { get; set; }
}
}