17 lines
391 B
C#
17 lines
391 B
C#
namespace Kreta.Naplo.Domain.V3.OsztalyCsoport
|
|
{
|
|
public class OsztalyCsoportGondviseloResponse
|
|
{
|
|
public int Id { get; set; }
|
|
|
|
public string Nev { get; set; }
|
|
|
|
public string RokonsagiFok { get; set; }
|
|
|
|
public string Telefonszam { get; set; }
|
|
|
|
public string Email { get; set; }
|
|
|
|
public bool IsTorvenyesKepviselo { get; set; }
|
|
}
|
|
}
|