コード例 #1
0
 public CatalogItemsByRecentRetrievedEvent(CatalogSectionResponse response)
 {
     Response = response;
 }
コード例 #2
0
 public CatalogItemsByPopularityRetrievedEvent(CatalogSectionResponse response)
 {
     Response = response;
 }