예제 #1
0
        public static string BachupDataBase(string strBackupPath)
        {
            GeneralFunctions _GeneralFunctions = new GeneralFunctions();

            return(_GeneralFunctions.BachupDataBase(strBackupPath));
        }