public SmartphoneDbContext() : base(DBConnectionString.Get())
 {
 }
Esempio n. 2
0
 public LaptopDBContext() : base(DBConnectionString.Get())
 {
 }