Example #1
0
 public FollowerService(SmartRadioDbContext db)
 {
     this.db = db;
 }
Example #2
0
 public MusicRecognitionService(SmartRadioDbContext db)
 {
     this.db = db;
 }
Example #3
0
 public MusicService(SmartRadioDbContext db)
 {
     this.db = db;
 }