12 lines
374 B
C#
12 lines
374 B
C#
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class GondviseloAdatokModCO
|
|
{
|
|
public int? GondviseloId { get; set; }
|
|
public int? TanuloId { get; set; }
|
|
public string AktEmail { get; set; }
|
|
public string UjEmail { get; set; }
|
|
public string AktTelefon { get; set; }
|
|
public string UjTelefon { get; set; }
|
|
}
|
|
}
|