RuntimeTests.TestConnectorImplementation.ExampleDomainConnector.doSomethingWithMessage C# (CSharp) Method

doSomethingWithMessage() public method

public doSomethingWithMessage ( string args0 ) : string
args0 string
return string
        public string doSomethingWithMessage(string args0)
        {
            return "Hallo";
        }