예제 #1
0
 public SkuController(ISkuAppService skuAppService)
 {
     _skuAppService = skuAppService;
 }