Exemplo n.º 1
0
 public TransactionsController(offerpaydbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public OffersController(offerpaydbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public RewardsController(offerpaydbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public LoginController(IConfiguration config, offerpaydbContext context)
 {
     _config  = config;
     _context = context;
 }