Exemplo n.º 1
0
 public ProductPriceingController(ProductPriceingRepository mappingRepository)
 {
     this._mappingRepository = mappingRepository;
 }
Exemplo n.º 2
0
 public ProductPriceingController()
 {
     this._mappingRepository = new ProductPriceingRepository();
 }