Esempio n. 1
0
 public CarsController(EspconnecttestContext context, IMapper mapper, IConfiguration configuration)
 {
     _context       = context;
     _mapper        = mapper;
     _configuration = configuration;
 }
Esempio n. 2
0
 public BoardsController(EspconnecttestContext context)
 {
     _context = context;
 }