예제 #1
0
        protected Repository(Type type, StorageContext context)
        {
            Context = context;

            Schema = new TableSchema(type, this);
        }
예제 #2
0
 public Repository(StorageContext context) : base(typeof(T), context)
 {
 }