Exemple #1
0
 public string CopyDataBase(string BackUpFile, string DatabaseFilePath, string _databaseName)
 {
     return(commonRepo.CopyDataBase(BackUpFile, DatabaseFilePath, _databaseName));
 }