Пример #1
0
 public PricesProxyService GetPricesProxyService()
 {
     if (pricesProxy == null)
     {
         pricesProxy = new PricesProxyService();
     }
     return(pricesProxy);
 }
Пример #2
0
 public PricesProxyService GetPricesProxyService()
 {
     if (pricesProxy == null)
     {
         pricesProxy = new PricesProxyService();
     }
     return pricesProxy;
 }