Beispiel #1
0
 public bool OpenShop(string managerName, string policy, string storeName)
 {
     if (real == null)
     {
         return(true);
     }
     return(real.OpenShop(managerName, policy, storeName));
 }
Beispiel #2
0
 protected bool OpenStore(string managerName, string storeName, string policy)
 {
     return(service.OpenShop(managerName, storeName, policy));
 }