Initial commit
This commit is contained in:
13
GerstITS.Examples.Logic/Example/Contracts/Example.cs
Normal file
13
GerstITS.Examples.Logic/Example/Contracts/Example.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user