Ejemplo n.º 1
0
 public ProductSectionService(IProductSectionRepository iProductSectionRepository)
 {
     this._iProductSectionRepository = iProductSectionRepository;
 }
Ejemplo n.º 2
0
 public ProductSectionService(IProductSectionRepository productSectionRepository)
     : base(productSectionRepository)
 {
     _productSectionRepository = productSectionRepository;
 }