コード例 #1
0
ファイル: FarmacieService.cs プロジェクト: salem84/farmacieW8
        public FarmacieService(Cache<Farmacia> c)
        {
            //regioniScaricate = new List<Regione>();
            ogdiConsumer = new OgdiConsumer()
            {
                DatasetUrl = "http://opendatasalutedata.cloudapp.net/v1/datacatalog/Farmacie/"
            };

            this.cache = c;
        }
コード例 #2
0
 private void InitService()
 {
     ogdiConsumer = new OgdiConsumer()
     {
         DatasetUrl = "http://opendatasalutedata.cloudapp.net/v1/datacatalog/Farmacie/"
     };
 }