コード例 #1
0
 public virtual async Task <GetConsumerProfileDocumentResponse> GetConsumerProfileDocumentAsync(Agent agent, GetConsumerProfileDocumentRequest getConsumerProfileDocumentRequest)
 {
     return(await AgentConnect.GetConsumerProfileDocumentAsync(agent, getConsumerProfileDocumentRequest));
 }