コード例 #1
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountRegistrationService.DataAccessResponseType> ProvisionAccountAsync(string accountId, string requesterId, PlatformAdminSite.AccountRegistrationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.ProvisionAccountAsync(accountId, requesterId, requesterType, sharedClientKey));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: INNVTV/Sahara-Framework
 public PlatformAdminSite.AccountRegistrationService.DataAccessResponseType ProvisionAccount(string accountId, string requesterId, PlatformAdminSite.AccountRegistrationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.ProvisionAccount(accountId, requesterId, requesterType, sharedClientKey));
 }