Ejemplo n.º 1
0
        public HzgWebService()
        {
            this._IActorRepository      = new ActorRepository();
            this._IMovieRepository      = new MovieRepository();
            this._IGenreRepository      = new GenreRepository();
            this._IMediumTypeRepository = new MediumTypeRepository();

            this._IActualValueAllgRepository = new ActualValueAllgRepository();
        }
Ejemplo n.º 2
0
 public MediumTypeService(IMediumTypeRepository mediumTypeRepository)
 {
     this.mediumTypeRepository = mediumTypeRepository;
 }