public RentingLotsController(IBuildingRepo repo) { _repo = repo; }
public BuildingsController(IBuildingRepo repo) { _repo = repo; }