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