Example #1
0
 public void Post(CommodityViewModel commodity)
 {
     _commodityService.CreateCommodity(commodity);
 }