예제 #1
0
 public virtual async Task <CreateOrUpdateProfileReceiverResponse> CreateOrUpdateProfileReceiverAsync(Agent agent, CreateOrUpdateProfileReceiverRequest createOrUpdateProfileReceiverRequest)
 {
     return(await AgentConnect.CreateOrUpdateProfileReceiverAsync(agent, createOrUpdateProfileReceiverRequest));
 }