public ProductService(IProductRepsitory ProductRepository) { this.ProductRepository = ProductRepository; }
public ProductBL(IProductRepsitory repo) { _repo = repo; }