public SmartphoneDbContext() : base(DBConnectionString.Get())
 {
 }
Пример #2
0
 public LaptopDBContext() : base(DBConnectionString.Get())
 {
 }