Ejemplo n.º 1
0
        public ModelosInfraService(ModelosDbService db, ModelosHttpService http)
        {
            this.db = db;

            this.http = http;
        }
Ejemplo n.º 2
0
        //private readonly ModelosHttpService http;

        public ModelosInfraService(ModelosDbService db)
        {
            this.db = db;

            //this.http = http;
        }