public AlbumAPIController(ISixteenBarsDb db)
 {
     _db = db;
 }
 public ArtistAPIController(ISixteenBarsDb db)
 {
     this._db = db;
 }
 public AlbumAPIController()
 {
     _db = new SixteenBarsDb();
 }
 public AlbumAPIController(ISixteenBarsDb db)
 {
     _db = db;
 }
 public ArtistAPIController()
 {
     this._db = new SixteenBarsDb();
 }
Beispiel #6
0
 public QuoteAPIController(ISixteenBarsDb db)
 {
     this._db = db;
 }
 public TrackAPIController()
 {
     _db = new SixteenBarsDb();
 }
Beispiel #8
0
 public AlbumController(ISixteenBarsDb db)
 {
     this._db = db;
 }
 public QuoteAPIController()
 {
     this._db = new SixteenBarsDb();
 }
 public TrackAPIController(ISixteenBarsDb db)
 {
     _db = db;
 }
Beispiel #11
0
 public ArtistController(ISixteenBarsDb db)
 {
     this._db = db;
 }
 public TrackAPIController()
 {
     _db = new SixteenBarsDb();
 }
 public ArtistAPIController()
 {
     this._db = new SixteenBarsDb();
 }
 public TrackAPIController(ISixteenBarsDb db)
 {
     _db = db;
 }
Beispiel #15
0
 public AlbumController(ISixteenBarsDb db)
 {
     this._db = db;
 }
 public QuoteAPIController(ISixteenBarsDb db)
 {
     this._db = db;
 }
Beispiel #17
0
 public QuoteAPIController()
 {
     this._db = new SixteenBarsDb();
 }
 public AlbumAPIController()
 {
     _db = new SixteenBarsDb();
 }
Beispiel #19
0
 public TrackController(ISixteenBarsDb db)
 {
     this._db = db;
 }
Beispiel #20
0
 public TrackController(ISixteenBarsDb db)
 {
     this._db = db;
 }