Example #1
0
 public override void DeleteTable()
 {
     SQLCon.DropTable <ShopDBInformation>();
 }
Example #2
0
 public override void DeleteTable()
 {
     SQLCon.DropTable <DBAllSize>();
 }