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