Exemple #1
0
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationLeadsService.DataAccessResponseType> RemoveLabelAsync(string accountNameKey, string labelName, string requesterId, AccountAdminSite.ApplicationLeadsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RemoveLabelAsync(accountNameKey, labelName, requesterId, requesterType, sharedClientKey));
 }
Exemple #2
0
 public AccountAdminSite.ApplicationLeadsService.DataAccessResponseType RemoveLabel(string accountNameKey, string labelName, string requesterId, AccountAdminSite.ApplicationLeadsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.RemoveLabel(accountNameKey, labelName, requesterId, requesterType, sharedClientKey));
 }