public UserProxyService GetUserProxyService() { if (userProxy == null) { userProxy = new UserProxyService(); } return(userProxy); }
public UserProxyService GetUserProxyService() { if (userProxy == null) { userProxy = new UserProxyService(); } return userProxy; }