예제 #1
0
 public CatalogItemsByRecentRetrievedEvent(CatalogSectionResponse response)
 {
     Response = response;
 }
예제 #2
0
 public CatalogItemsByPopularityRetrievedEvent(CatalogSectionResponse response)
 {
     Response = response;
 }