Beispiel #1
0
 public ArtistDA()
 {
     _context = new ChinookModel();
 }
 public TrackDA()
 {
     _context = new ChinookModel();
 }