BAH.BOS.WebAPI.Client.BusinessServiceOperation.UserService.UserService C# (CSharp) Method

UserService() public method

会话服务的参数构造方法。
public UserService ( ) : System
return System
        public UserService()
        {
            this.SetAssemblyName("BAH.BOS.WebAPI.ServiceStub");
            this.SetClassNameWithoutNamespace("User.UserService");
        }//end constructor
UserService