public EFRepositoryBase(BucketlistContext context)
 {
     this.context = context;
 }
예제 #2
0
 public BucketlistRepository(BucketlistContext context)
     : base(context)
 {
     this.context = context;
 }