nobilityApply static method
Implementation
static nobilityApply(int propsId,int propsCount, onSuccess,onError) {
request(RequestApi.apiNobilityApply, onSuccess, onError,dict: {"propsId": propsId, "propsCount": propsCount});
}
static nobilityApply(int propsId,int propsCount, onSuccess,onError) {
request(RequestApi.apiNobilityApply, onSuccess, onError,dict: {"propsId": propsId, "propsCount": propsCount});
}