IOperationServiceSearchDiscountCardByNumber Method |
Searches a discount card by given card number.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax IDiscountCard SearchDiscountCardByNumber(
string cardNumber
)
Parameters
- cardNumber
- Type: SystemString
Number to search.
Return Value
Type:
IDiscountCard
Card with given number or
null if card wasn't found.
See Also