Example #1
0
 public SqlTrainingProductsData(PTCContext db)
 {
     this.db = db;
 }
Example #2
0
 public SqlTrainingProductsData()
 {
     db = new PTCContext();
 }