Beispiel #1
0
 public IHttpActionResult Get(Guid shopId)
 {
     return(Ok(_shopQueryService.GetShopYearlyCharts(shopId)));
 }