diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobUpdateResponse.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobUpdateResponse.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobUpdateResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobUpdateResponse.cs deleted file mode 100644 index 0bb32d266..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Jobs/RemoteJobUpdateResponse.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Tango.BL.DTO; -using Tango.Core; - -namespace Tango.PPC.Shared.Jobs -{ - public class RemoteJobUpdateResponse - { - public JobDTO Job { get; set; } - public ProcessParametersTableDTO ProcessParameters { get; set; } - public RemoteJobProgress Progress { get; set; } - - public RemoteJobUpdateResponse() - { - Progress = new RemoteJobProgress(); - } - } -} |
