Exemplo n.º 1
0
 public PricesProxyService GetPricesProxyService()
 {
     if (pricesProxy == null)
     {
         pricesProxy = new PricesProxyService();
     }
     return(pricesProxy);
 }
Exemplo n.º 2
0
 public PricesProxyService GetPricesProxyService()
 {
     if (pricesProxy == null)
     {
         pricesProxy = new PricesProxyService();
     }
     return pricesProxy;
 }