init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue