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