6 lines
176 B
C#
6 lines
176 B
C#
namespace CompanyManagment.App.Contracts.EmployeeComputeOptions;
|
|
|
|
public class EditEmployeeComputeOptions : CreateEmployeeComputeOptions
|
|
{
|
|
public long Id { get; set; }
|
|
} |