示例#1
0
 public CompraService(WebCashbackContext context, IHttpClientFactory clientFactory)
 {
     _context       = context;
     _clientFactory = clientFactory;
 }
 public RevendedorService(WebCashbackContext context)
 {
     _context = context;
 }
示例#3
0
 public SeedingService(WebCashbackContext context)
 {
     _context = context;
 }