12 lines
247 B
C#
12 lines
247 B
C#
namespace GerstITS.Examples.Logic.Example;
|
|
|
|
public class Example
|
|
{
|
|
#region Properties
|
|
|
|
public string FirstName { get; set; }
|
|
public string LastName { get; set; }
|
|
public string Description { get; set; }
|
|
|
|
#endregion
|
|
} |