Example #1
0
 public MoviesController()
 {
     _context = new AppContext();
 }
Example #2
0
 public CustomersController()
 {
     _context = new AppContext();
 }
Example #3
0
        //  public IMapper _mapper;

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