示例#1
0
 public UserProxyService GetUserProxyService()
 {
     if (userProxy == null)
     {
         userProxy = new UserProxyService();
     }
     return(userProxy);
 }
示例#2
0
文件: Facade.cs 项目: klaus41/Mirasol
 public UserProxyService GetUserProxyService()
 {
     if (userProxy == null)
     {
         userProxy = new UserProxyService();
     }
     return userProxy;
 }