init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses.ApaczaiProgramCOs
|
||||
{
|
||||
public class TanuloApaczaiMentorAdatokCO
|
||||
{
|
||||
public string EloTag { get; set; }
|
||||
public string Vezeteknev { get; set; }
|
||||
public string Utonev { get; set; }
|
||||
public string NyomtatsiNev { get; set; }
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public string OsztalyNev { get; set; }
|
||||
public string EvfolyamNev { get; set; }
|
||||
|
||||
public int? MentorId { get; set; }
|
||||
public string MentorEloTag { get; set; }
|
||||
public string MentorVezeteknev { get; set; }
|
||||
public string MentorUtonev { get; set; }
|
||||
public string MentorNyomtatsiNev { get; set; }
|
||||
public string MentorOktatasiAzonosito { get; set; }
|
||||
public string MentorEmail { get; set; }
|
||||
public string MentorTelefon { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user