11 lines
340 B
C#
11 lines
340 B
C#
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; }
|
|
}
|
|
}
|