public ReservationHelper(IBLLReservationPeriod bllReservationPeriod, IBLLReservation bllReservation, IBLLDisabledPeriod bllDisabledPeriod, IBLLBlockEntity bllBlockEntity) { _bllReservationPeriod = bllReservationPeriod; _bllReservation = bllReservation; _bllBlockEntity = bllBlockEntity; _bllDisabledPeriod = bllDisabledPeriod; }
public ReservationPlaceController(ILogger <ReservationPlaceController> logger, OperLogHelper operLogHelper, IBLLReservationPlace bLLReservationPlace, IBLLReservationPeriod bLLReservationPeriod) : base(logger, operLogHelper) { _reservationPeriodHelper = bLLReservationPeriod; _reservationPlaceHelper = bLLReservationPlace; }