init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V3.Ora
|
||||
{
|
||||
public class OraFeljegyzesResponse
|
||||
{
|
||||
public int TanuloId { get; set; }
|
||||
|
||||
public List<FeljegyzesResponse> FeljegyzesLista { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user