Beispiel #1
0
 public UsersService(IRunesDbContex db)
 {
     this.db = db;
 }
Beispiel #2
0
 public TracksService(IRunesDbContex db)
 {
     this.db = db;
 }
Beispiel #3
0
 public AlbumsService(IRunesDbContex db)
 {
     this.db = db;
 }