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