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

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