コード例 #1
0
 public ChapterRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
コード例 #2
0
 public DiaryRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
コード例 #3
0
 public AtwImageRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }