aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-02-16 09:29:23 +0200
committerAvi Levkovich <avi@twine-s.com>2020-02-16 09:29:23 +0200
commita0f9927c23853d138be12c153c9aeb754208f8d3 (patch)
tree266aa61d491fc35c6cae9b3ebe55f94456655bd0 /Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
parent002d33eaaa2c1f1937f02490b0f2aa17e4160c83 (diff)
parente437b7a3c1f1bab969228a88c254fcb21bd10fef (diff)
downloadTango-a0f9927c23853d138be12c153c9aeb754208f8d3.tar.gz
Tango-a0f9927c23853d138be12c153c9aeb754208f8d3.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
index 7d105f0bd..1be2a5de8 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/MachineStudioController.cs
@@ -40,12 +40,6 @@ namespace Tango.MachineService.Controllers
public String UserGuid { get; set; }
}
- public class RefreshTokenObject
- {
- public String Email { get; set; }
- public String Password { get; set; }
- }
-
#region Constructors
/// <summary>