Esempio n. 1
0
 public ChapterRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
Esempio n. 2
0
 public DiaryRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
 public AtwImageRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }