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