コード例 #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;
 }