init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
16
Kreta.BusinessLogic/HelperClasses/FeladatEllatasiHelyCO.cs
Normal file
16
Kreta.BusinessLogic/HelperClasses/FeladatEllatasiHelyCO.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class FeladatEllatasiHelyCO
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
public int? OktatasiNevelesiFeladat { get; set; }
|
||||
public int MukodesiHelyID { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
|
||||
public string OktatasiNevelesiFeladatNev { get; set; }
|
||||
|
||||
public string MukodesiHelyNev { get; set; }
|
||||
|
||||
public string KIRFeladatellatasiHelySorszama { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue