using System; namespace xModels.Base { /// /// a BaseEntity Class which has Id of string type /// public class XBaseStringIDEntity : XBaseEntity { } }