From d059f6d6f4de2678555f23a357d69686e595ad29 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 27 Feb 2019 18:56:38 +0200 Subject: Added machine service downloads site. --- .../Web/Tango.MachineService/Models/DownloadModel.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/DownloadModel.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/DownloadModel.cs index 4239647e9..b13f5c66f 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/DownloadModel.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/DownloadModel.cs @@ -7,10 +7,18 @@ namespace Tango.MachineService.Models { public class DownloadModel { + public DownloadApp App { get; set; } public String ID { get; set; } public String Name { get; set; } - public String Date { get; set; } + public String Version { get; set; } + public DateTime Date { get; set; } public String User { get; set; } public String Comments { get; set; } + + public enum DownloadApp + { + MachineStudio, + PPC, + } } } \ No newline at end of file -- cgit v1.3.1