aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-02-21 17:34:53 +0200
committerAvi Levkovich <avi@twine-s.com>2019-02-21 17:34:53 +0200
commitd7c8a8e9a6320ade6098e0d8e182c7ada4e30a97 (patch)
tree4f261cdd6c2f5a3336e09e775576fbd6bf353dd1 /Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs
parent1b6e37351cde492bc27e48d4c53f6a69eea91052 (diff)
parenta5fde6c76b7c98c482d5fc069c371da5480c0bdf (diff)
downloadTango-d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97.tar.gz
Tango-d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs
index e95f57344..d645f0e5e 100644
--- a/Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs
+++ b/Software/Visual_Studio/Utilities/Tango.WebClientGenerator/Program.cs
@@ -23,7 +23,7 @@ namespace Tango.WebClientGenerator
GenerateWebClient<MachineStudio.Common.Web.LoginRequest, MachineStudio.Common.Web.LoginResponse, MachineService.Controllers.MachineStudioController>("Tango.MachineStudio.Common.Web", "MachineStudioWebClientBase", PathHelper.GetSolutionFolder() + @"\MachineStudio\Tango.MachineStudio.Common\Web");
}
- private static void GenerateWebClient<TLoginRequest, TLoginResponse, TController>(String nameSpace, String name, String path) where TLoginRequest : WebRequestMessage where TLoginResponse : WebTokenResponse where TController : JsonController
+ private static void GenerateWebClient<TLoginRequest, TLoginResponse, TController>(String nameSpace, String name, String path) where TLoginRequest : WebRequestMessage where TLoginResponse : WebTokenResponse where TController : TangoController
{
TangoWebClientCodeFile model = new TangoWebClientCodeFile();
model.Namespace = nameSpace;