Exemplo n.º 1
0
 public string ComposeTwoDiscountsError(Guid storeID, Guid discount1ID, Guid discount2ID, string boolOperator)
 {
     if (realBridge != null)
     {
         return(realBridge.ComposeTwoDiscountsError(storeID, discount1ID, discount2ID, boolOperator));
     }
     return("");
 }