public ChapterRepository(AtwDbContext atwDbContext) { _atwDbContext = atwDbContext; }
public DiaryRepository(AtwDbContext atwDbContext) { _atwDbContext = atwDbContext; }
public AtwImageRepository(AtwDbContext atwDbContext) { _atwDbContext = atwDbContext; }