using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XdCxRhDW.WebApi.Service { /// /// 测试Service /// public class TestService { /// /// /// public TestService() { int code = this.GetHashCode(); } /// /// 测试 /// public void Test() { int code = this.GetHashCode(); } } }