Esempio n. 1
0
 public SQLitePlatformGeneric()
 {
     SQLiteApi         = new SQLiteApiGeneric();
     StopwatchFactory  = new StopwatchFactoryGeneric();
     ReflectionService = new ReflectionServiceGeneric();
     VolatileService   = new VolatileServiceGeneric();
 }
 public SQLitePlatformGeneric()
 {
     SQLiteApi = new SQLiteApiGeneric();
     StopwatchFactory = new StopwatchFactoryGeneric();
     ReflectionService = new ReflectionServiceGeneric();
     VolatileService = new VolatileServiceGeneric();
 }