Пример #1
0
 public virtual async Task <CreateOrUpdateProfileConsumerResponse> CreateOrUpdateProfileConsumerAsync(Agent agent, CreateOrUpdateProfileConsumerRequest createOrUpdateProfileConsumerRequest)
 {
     return(await AgentConnect.CreateOrUpdateProfileConsumerAsync(agent, createOrUpdateProfileConsumerRequest));
 }