9 lines
165 B
C#
9 lines
165 B
C#
namespace Front.CUSComponent
|
|
{
|
|
public class Employee
|
|
{
|
|
public string LastName { get; set; }
|
|
public string FirstName { get; set; }
|
|
}
|
|
}
|