예제 #1
0
        protected DALNetCore.Models.BucketListContext GetDbContext(bool useTestDb = false)
        {
            var dbContext = new DALNetCore.Models.BucketListContext(useTestDb);

            return(dbContext);
        }
예제 #2
0
 public BucketListData(models.BucketListContext context, IUserHelper userHelper)
 {
     this.userHelper = userHelper;
     this.context    = context;
 }