9 lines
238 B
C#
9 lines
238 B
C#
namespace Kreta.Web.Areas.Nyomtatvanyok.Models
|
|
{
|
|
public class TermekportalModel
|
|
{
|
|
public string Name { get; set; }
|
|
public string DocumentType { get; set; }
|
|
public string ActionLink { get; set; }
|
|
}
|
|
}
|