using System.Collections.Generic; namespace CompanyManagment.App.Contracts.FileAlert; public class EditFileAlert : CreateFileAlert { public long Id { get; set; } }