コード例 #1
0
 public ProductDto Get(int id)
 {
     return(ProductAdapter.BuildProductDto(_repository.Get(id)));
 }