示例#1
0
 public ArtistDA()
 {
     _context = new ChinookModel();
 }
示例#2
0
 public TrackDA()
 {
     _context = new ChinookModel();
 }