Exemplo n.º 1
0
    public string HelloWorld()
    {
        TempService ts = new TempService();

        return(ts.GetDelbertTest("Hello World"));
    }