Esempio n. 1
0
 public AlbumRepository(ExamenPart2DbContext examenPart2DbContext)
     : base(examenPart2DbContext)
 {
 }
Esempio n. 2
0
 public EntityFrameworkRepository(ExamenPart2DbContext ExamenPart2DbContext)
 {
     _ExamenPart2DbContext = ExamenPart2DbContext;
 }
Esempio n. 3
0
 public SongRepository(ExamenPart2DbContext examenPart2DbContext)
     : base(examenPart2DbContext)
 {
 }