コード例 #1
0
 public HallService(RemoteSpider remoteCall, IHallRepository repository, ILogger <HallService> logger)
 {
     this._remoteCall = remoteCall;
     this._repository = repository;
     this._logger     = logger;
 }
コード例 #2
0
 public CinemaService(RemoteSpider remoteCall, ICinemaRepository cinemaRepository)
 {
     this._remoteCall       = remoteCall;
     this._cinemaRepository = cinemaRepository;
 }