Beispiel #1
0
 public PrototypeTableController(PrototypeDBContext context)
 {
     _context = context;
 }
 public PrototypeDataAccess(IConfiguration config)
 {
     this.dbContext = new PrototypeDBContext(config["ConnectionString"].ToString());
 }