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