using System.ComponentModel.DataAnnotations.Schema; namespace DigitalData.DEX.Domain.Entities; [Table("TBDEX_OUTPUT_REFERENCES", Schema = "dbo")] public class OutputReferences { }