예제 #1
0
 public DbBackupProvider(DbHelper dbHelper, TempStream tempStream)
 {
     this.dbHelper   = dbHelper;
     this.tempStream = tempStream;
 }