예제 #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;
 }