コード例 #1
0
ファイル: HzgWebService.cs プロジェクト: chris150/Trunk
        public HzgWebService()
        {
            this._IActorRepository      = new ActorRepository();
            this._IMovieRepository      = new MovieRepository();
            this._IGenreRepository      = new GenreRepository();
            this._IMediumTypeRepository = new MediumTypeRepository();

            this._IActualValueAllgRepository = new ActualValueAllgRepository();
        }
コード例 #2
0
 public MediumTypeService(IMediumTypeRepository mediumTypeRepository)
 {
     this.mediumTypeRepository = mediumTypeRepository;
 }