namespace CompanyManagment.App.Contracts.FileEmployer; public class EditFileEmployer : CreateFileEmployer { public long Id { get; set; } }