cus
This commit is contained in:
8
TaxPayerFull/CUSComponent/Employee.cs
Normal file
8
TaxPayerFull/CUSComponent/Employee.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Front.CUSComponent
|
||||
{
|
||||
public class Employee
|
||||
{
|
||||
public string LastName { get; set; }
|
||||
public string FirstName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user