Ejemplo n.º 1
0
 public ArtistDA()
 {
     _context = new ChinookModel();
 }
 public CustomerDA()
 {
     _context = new ChinookModel();
 }