init
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportTanuloResponse
|
||||
{
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
public string TanuloNev { get; set; }
|
||||
|
||||
public DateTime TanuloSzuletesiDatum { get; set; }
|
||||
|
||||
public string TanuloAnyjaNeve { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user