Beispiel #1
0
 public UpdateDatable(BgServiceDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public HomeController(BgServiceDbContext context)
 {
     _context = context;
 }