9 lines
264 B
C#
9 lines
264 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class TanuloTantargyiAtlagBukasraAlloCo : TanuloTantargyiAtlagCo
|
|
{
|
|
public List<string> ErtekeloNyomtatasiNevList { get; set; } = new List<string>();
|
|
}
|
|
}
|