예제 #1
0
 public ProductApiController(IManageProductSevice mangeProductService)
 {
     _mangeProductService = mangeProductService;
 }