public RentController(IRent rent, IMarketBll market, IBoothManager boothManager) { _rent = rent; _market = market; _boothManager = boothManager; }
public MarketController(IMarketBll marketBll, IBoothManager boothManager) { this._marketBll = marketBll; this._boothManager = boothManager; }