메소드 | 설명 | |
---|---|---|
GetPromos ( int categoryId, bool isTopFree = false, bool isFeatured = false, bool isTopPaid = false ) : List |
Gets the promos.
|
|
GetPromos ( int categoryId, string &errorResponse, bool isTopFree = false, bool isFeatured = false, bool isTopPaid = false ) : List |
Gets the promos.
|
|
PromoService ( ) : System |
Initializes a new instance of the PromoService class.
|
public GetPromos ( int categoryId, bool isTopFree = false, bool isFeatured = false, bool isTopPaid = false ) : List |
||
categoryId | int | The category identifier. |
isTopFree | bool | if set to |
isFeatured | bool | if set to |
isTopPaid | bool | if set to |
리턴 | List |
public GetPromos ( int categoryId, string &errorResponse, bool isTopFree = false, bool isFeatured = false, bool isTopPaid = false ) : List |
||
categoryId | int | The category identifier. |
errorResponse | string | The error response. |
isTopFree | bool | if set to |
isFeatured | bool | if set to |
isTopPaid | bool | if set to |
리턴 | List |