コード例 #1
0
 public static OpportunityWrapper ListByParty(long partyId, int page = 1, int perPage = 20, Embed[] embed = null)
 {
     return(OpportunityResource.ListByPartyAsync(partyId, page, perPage, embed).Result);
 }