init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Kreta.Naplo.Domain.V3.Tanar
|
||||
{
|
||||
public class TantargyFelosztasResponse
|
||||
{
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
public string OsztalyCsoportNev { get; set; }
|
||||
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
public int FeladatellatasiHelyId { get; set; }
|
||||
|
||||
public string FeladatellatasiHely { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user