示例#1
0
 public PlatformAdminSite.AccountCommerceService.DataAccessResponseType SpendCredits(string accountID, int creditAmount, string description, string requesterId, PlatformAdminSite.AccountCommerceService.RequesterType requesterType, string ipAddress, string origin, string sharedClientKey)
 {
     return(base.Channel.SpendCredits(accountID, creditAmount, description, requesterId, requesterType, ipAddress, origin, sharedClientKey));
 }
示例#2
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommerceService.DataAccessResponseType> TradeCreditsAsync(string fromAccountID, string toAccountID, int creditAmount, string description, string requesterId, PlatformAdminSite.AccountCommerceService.RequesterType requesterType, string ipAddress, string origin, string sharedClientKey)
 {
     return(base.Channel.TradeCreditsAsync(fromAccountID, toAccountID, creditAmount, description, requesterId, requesterType, ipAddress, origin, sharedClientKey));
 }
示例#3
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountCommerceService.DataAccessResponseType> BuyCreditsAsync(string accountID, decimal dollarAmount, string requesterId, PlatformAdminSite.AccountCommerceService.RequesterType requesterType, string ipAddress, string origin, string sharedClientKey)
 {
     return(base.Channel.BuyCreditsAsync(accountID, dollarAmount, requesterId, requesterType, ipAddress, origin, sharedClientKey));
 }