init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
using Kreta.Core;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class TanuloErtekelesTantargyListBaseGridRowCo : TanuloErtekelesBaseGridRowCo
|
||||
{
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
public int? TantargyKategoriaId { get; set; }
|
||||
|
||||
public int? TantargyKategoriaOrder { get; set; }
|
||||
|
||||
public int? FotargyId { get; set; }
|
||||
|
||||
public bool IsFotargy => !FotargyId.IsEntityId();
|
||||
|
||||
public string FotargyNev { get; set; }
|
||||
|
||||
public int? FotargyTantargyKategoriaId { get; set; }
|
||||
|
||||
public int? FotargyTantargyKategoriaOrder { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue