private void getMailRespone(AccountForgotSendMailModel accountForgotSendMailModel) { activityProcessesServiceSL = new AccountProcessesServiceSL( this.getContext(), accountProcessesServiceListener, R.string.root_service_url); activityProcessesServiceSL.setForgotAccount(accountForgotSendMailModel); this.showProgress(getString(R.string.ItbarxConnecting)); }
private void getNewPassWithLogin(AccountSendEmailCodeModel accountSendEmailCodeModel) { activityProcessesServiceSL = new AccountProcessesServiceSL( this.getContext(), accountProcessesServiceListener, R.string.root_service_url); activityProcessesServiceSL.setChangePassByCodeAccount(accountSendEmailCodeModel); this.showProgress(getString(R.string.ItbarxConnecting)); }