public SaleController(ISalesBL _repo) { this.repo = _repo; }
public SaleController(ISalesBL _repo, IProductsBL _prorepo) { this.repo = _repo; this.prorepo = _prorepo; }