示例#1
0
 public ChapterRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
示例#2
0
 public DiaryRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }
 public AtwImageRepository(AtwDbContext atwDbContext)
 {
     _atwDbContext = atwDbContext;
 }