Api.Encryption.Encryptor.EncryptDriveReport C# (CSharp) Method

EncryptDriveReport() public static method

public static EncryptDriveReport ( DriveReportViewModel driveReport ) : DriveReportViewModel
driveReport Api.Models.DriveReportViewModel
return Api.Models.DriveReportViewModel
        public static DriveReportViewModel EncryptDriveReport(DriveReportViewModel driveReport)
        {
            driveReport.route = EncryptRoute(driveReport.route);

            return driveReport;
        }