init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V3.Tanmenet
|
||||
{
|
||||
public class TanmenetListResponse
|
||||
{
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
public Guid TanarUid { get; set; }
|
||||
|
||||
public List<TanmenetItemListResponse> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user