Stylet/Samples/Stylet.Samples.MasterDetail/EmployeeModel.cs

10 lines
144 B
C#

using System;
namespace Stylet.Samples.MasterDetail
{
public class EmployeeModel
{
public string Name { get; set; }
}
}