Beispiel #1
0
 public System.Threading.Tasks.Task <Sahara.Api.Accounts.Registration.AccountRegistrationService.DataAccessResponseType> RegisterAccountAsync(Sahara.Api.Accounts.Registration.AccountRegistrationService.RegisterNewAccountModel registerNewAccountModel, string sharedClientKey)
 {
     return(base.Channel.RegisterAccountAsync(registerNewAccountModel, sharedClientKey));
 }
Beispiel #2
0
 public Sahara.Api.Accounts.Registration.AccountRegistrationService.DataAccessResponseType RegisterAccount(Sahara.Api.Accounts.Registration.AccountRegistrationService.RegisterNewAccountModel registerNewAccountModel, string sharedClientKey)
 {
     return(base.Channel.RegisterAccount(registerNewAccountModel, sharedClientKey));
 }