10 lines
211 B
C#
10 lines
211 B
C#
namespace Kreta.Naplo.Domain.V3.OsztalyCsoport
|
|
{
|
|
public class OsztalyCsoportResponse
|
|
{
|
|
public int OsztalyCsoportId { get; set; }
|
|
|
|
public string OsztalyCsoportNev { get; set; }
|
|
}
|
|
}
|