diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs index 10797e758..b97d8b6c8 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs @@ -18,5 +18,7 @@ namespace Tango.MachineService.Models public String MachineVersionGuid { get; set; } public String BlobName { get; set; } + + public String InstallerBlobName { get; set; } } }
\ No newline at end of file |
