9 lines
185 B
C#

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