Beispiel #1
0
        public TDbEntity Create()
        {
#if EF6
            return(EntitiesSet.Create());
#else
            throw new NotImplementedException();
#endif
        }