using Microsoft.EntityFrameworkCore; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace DD.Persistence.Database.Entity.ParameterData; [Table("ParameterData1")] public class ParameterData1 : ParameterData { }