Example #1
0
 private LambdaRelationFinder(Vx.Context context)
 {
     _context = context;
 }
Example #2
0
        protected Repository(Type type, Vx.Context context)
        {
            Context = context;

            Schema = new OrmSchema(type, this);
        }