6 lines
143 B
C#
6 lines
143 B
C#
namespace CompanyManagment.App.Contracts.HolidayItem;
|
|
|
|
public class EditHolidayItem : CreateHolidayItem
|
|
{
|
|
public long Id { get; set; }
|
|
} |