init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class TantargyFoglalkozasCO
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
public string OsztalyCsoportNev { get; set; }
|
||||
public int TantargyId { get; set; }
|
||||
public string TantargyNev { get; set; }
|
||||
public bool IsOsztalyfonoki { get; set; }
|
||||
public double Oraszam { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user