6 lines
157 B
C#
6 lines
157 B
C#
namespace CompanyManagment.App.Contracts.EmployeeChildren;
|
|
|
|
public class EditEmployeeChildren : CreateEmployeChildren
|
|
{
|
|
public long Id { get; set; }
|
|
} |