Esempio n. 1
0
 public System.Threading.Tasks.Task <InventoryHawk.Account.Public.Api.ApplicationTagsService.DataAccessResponseType> DeleteTagAsync(string accountId, string tagName, string requesterId, InventoryHawk.Account.Public.Api.ApplicationTagsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteTagAsync(accountId, tagName, requesterId, requesterType, sharedClientKey));
 }
Esempio n. 2
0
 public InventoryHawk.Account.Public.Api.ApplicationTagsService.DataAccessResponseType DeleteTag(string accountId, string tagName, string requesterId, InventoryHawk.Account.Public.Api.ApplicationTagsService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteTag(accountId, tagName, requesterId, requesterType, sharedClientKey));
 }