コード例 #1
0
 public CacheEntryRepository(SlideshowContext context) : base(context)
 {
 }
コード例 #2
0
 public SlideRepository(SlideshowContext context) : base(context)
 {
 }
コード例 #3
0
ファイル: Repository.cs プロジェクト: Steinblock/slideshow
 public Repository(SlideshowContext context)
 {
     this.context = context;
 }