Example #1
0
 public EFDataSetDataStore<FooModel> Create()
 {
     var context = new TestEFDataStoreContext();
     context.SetupDB();
     var dstore = new EFDataSetDataStore<FooModel>(context.FooModels, context);
     return dstore;
 }
Example #2
0
        public EFDataSetDataStore <FooModel> Create()
        {
            var context = new TestEFDataStoreContext();

            context.SetupDB();
            var dstore = new EFDataSetDataStore <FooModel>(context.FooModels, context);

            return(dstore);
        }