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 } }