예제 #1
0
 public ProductInfoDto GetProductInfo(int code)
 {
     return(ProductAdapter.BuildProductInfoDto(_repository.Get(code)));
 }