BridgeTests.TestConnectorImplementation.ExampleDomainConnector.doSomethingWithMessage C# (CSharp) Метод

doSomethingWithMessage() публичный Метод

public doSomethingWithMessage ( string args0 ) : string
args0 string
Результат string
        public string doSomethingWithMessage(string args0)
        {
            return "Hallo";
        }