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