namespace CompanyManagment.App.Contracts.FileEmployee; public class EditFileEmployee : CreateFileEmployee { public long Id { get; set; } }