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