using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace PARR.Domain.Entities.Removed { //[Table("EkStatuses")] //public class EkStatus //{ // [Key] // public int Code { get; set; } // [Required] // public string Name { get; set; } = string.Empty; // public ICollection Hosts { get; set; } = new HashSet(); // //public ICollection JobAutoControlInEkStatuses { get; set; } = new HashSet(); //} }