Esempio n. 1
0
 public PlaylistRepository(SonicStateDbContext db, IMapper mapper) : base(db, mapper)
 {
 }
Esempio n. 2
0
 public UserRepository(SonicStateDbContext db, IMapper mapper) : base(db, mapper)
 {
 }
 public ChordUnitRepository(SonicStateDbContext db, IMapper mapper) : base(db, mapper)
 {
 }