6 lines
170 B
C#
6 lines
170 B
C#
namespace CompanyManagment.App.Contracts.WorkshopPlanEmployee;
|
|
|
|
public class EditWorkshopPlanEmployee : CreateWorkshopPlanEmployee
|
|
{
|
|
public long Id { get; set; }
|
|
} |