Пример #1
0
 public ChapterRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
Пример #2
0
 public DiaryRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
 public AtwImageRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }