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