public CustomersController()
 {
     _context = new CertificacaoDbContext();
 }
Пример #2
0
 public MoviesController()
 {
     _context = new CertificacaoDbContext();
 }