Files
moadiran/TaxPayerFull/CUSComponent/Employee.cs
mmrbnjd 91fcef70d7 cus
2024-05-07 13:55:11 +03:30

9 lines
165 B
C#

namespace Front.CUSComponent
{
public class Employee
{
public string LastName { get; set; }
public string FirstName { get; set; }
}
}