Exemplo n.º 1
0
 private bool RestoreCommand(string commandText)
 {
     backupCommon.RestoreCommand(commandText);
     return(true);
 }