Example #1
0
 public AnuncioController(WebMotorsDatabaseContext context, IMapper mapper)
 {
     _context            = context;
     _mapper             = mapper;
     _client             = new HttpClient();
     _client.BaseAddress = new Uri("https://localhost:44340/");
 }
Example #2
0
 public AnuncioController(WebMotorsDatabaseContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }