namespace CompanyManagment.App.Contracts.LeftWork; public class EditLeftWork : CreateLeftWork { public long Id { get; set; } }