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