public SmartphoneDbContext() : base(DBConnectionString.Get())
 {
 }
Exemple #2
0
 public LaptopDBContext() : base(DBConnectionString.Get())
 {
 }