Пример #1
0
 public bool MakeDiscountAllowedSuccess(Guid storeID, string discountTypeString)
 {
     if (realBridge != null)
     {
         return(realBridge.MakeDiscountAllowedSuccess(storeID, discountTypeString));
     }
     return(false);
 }