public MoviesController() { _context = new AppContext(); }
public CustomersController() { _context = new AppContext(); }
// public IMapper _mapper; public CustomersController() { _context = new AppContext(); //_mapper = mapper; }