コード例 #1
0
 public ProductPriceingController(ProductPriceingRepository mappingRepository)
 {
     this._mappingRepository = mappingRepository;
 }
コード例 #2
0
 public ProductPriceingController()
 {
     this._mappingRepository = new ProductPriceingRepository();
 }