示例#1
0
        public ModelosInfraService(ModelosDbService db, ModelosHttpService http)
        {
            this.db = db;

            this.http = http;
        }
示例#2
0
        //private readonly ModelosHttpService http;

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

            //this.http = http;
        }