From 6f5a02a0442c274a12781ca81135c1a51b5c434a Mon Sep 17 00:00:00 2001 From: Roy Date: Wed, 26 Oct 2022 07:03:25 +0300 Subject: Twine Studio: Added build variant to all service requests. --- .../Templates/TangoWebClientv2CodeFile.cshtml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientv2CodeFile.cshtml') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientv2CodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientv2CodeFile.cshtml index cfcc89716..ab281d929 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientv2CodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/TangoWebClientv2CodeFile.cshtml @@ -32,6 +32,16 @@ namespace @(model.Namespace) } + /// + /// Initializes a new instance of the class. + /// + /// The service address. + /// The controller name. + public @(model.Name)(String address, String controller, String token) : base(address, controller, token) + { + + } + /// /// Initializes a new instance of the class. /// -- cgit v1.3.1