Exemplo n.º 1
0
 public FollowerService(SmartRadioDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 2
0
 public MusicRecognitionService(SmartRadioDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public MusicService(SmartRadioDbContext db)
 {
     this.db = db;
 }