init
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user