Example #1
0
 public UsersController(InvestmentsDbContext context)
 {
     this.context = context;
 }
 public InvestmentsController(IConfiguration configuration, InvestmentsDbContext context)
 {
     sd       = new SeamlessDAL(configuration);
     _context = context;
 }