Пример #1
0
        //Encryption
        public static DriveReportViewModel EncryptDriveReport(DriveReportViewModel driveReport)
        {
            driveReport.route = EncryptRoute(driveReport.route);

            return driveReport;
        }