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