Example #1
0
 public SQLEmployeeData(HelloWorldDbContext context)
 {
     _context = context;
 }
 public ProductController(HelloWorldDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #3
0
 public HomeController(HelloWorldDbContext context)
 {
     _context = context;
 }