コード例 #1
0
    public string Get()
    {
        var message = string.Format("The current time on the server is: {0}", _watch.GetTime());

        return(message);
    }