using System.ComponentModel.DataAnnotations; namespace xModels.Base { /// /// a BaseEntity Class which has Id of int type /// public abstract class XBaseIntIDEntity : XBaseEntity { } }