init
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportTanuloAdatokResponse : OsztalyCsoportTanuloResponse
|
||||
{
|
||||
public List<OsztalyCsoportResponse> OsztalyCsoportok { get; set; }
|
||||
|
||||
public List<OsztalyCsoportGondviseloResponse> Gondviselok { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user