Exemplo n.º 1
0
 public CompraService(WebCashbackContext context, IHttpClientFactory clientFactory)
 {
     _context       = context;
     _clientFactory = clientFactory;
 }
Exemplo n.º 2
0
 public RevendedorService(WebCashbackContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public SeedingService(WebCashbackContext context)
 {
     _context = context;
 }