Exemplo n.º 1
0
 public virtual async Task <CreateOrUpdateProfileSenderResponse> CreateOrUpdateProfileSenderAsync(Agent agent, CreateOrUpdateProfileSenderRequest createOrUpdateProfileSenderRequest)
 {
     return(await AgentConnect.CreateOrUpdateProfileSenderAsync(agent, createOrUpdateProfileSenderRequest));
 }