13 lines
281 B
C#
13 lines
281 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
|
|
}
|
|
} |