示例#1
0
    public string HelloWorld()
    {
        TempService ts = new TempService();

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