Ignore:
Timestamp:
07/31/20 21:01:19 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
c406ae5
Parents:
58fa654 (diff), c73269d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://develop.finki.ukim.mk/git/farmatiko

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/Controllers/HealthFacilitiesController.cs

    r58fa654 ra6bbad1  
    2020        private IHealthFacilityService _healthFacilitiesService;
    2121        private IProcessJSONService _processJSONService;
    22         /*private IProcessJSONService _processJSONService;*/
    23         private string Path = @"C:\Users\dslez\Desktop\ustanovi.json";
    2422        public HealthFacilitiesController(IHealthFacilityService healthFacilitiesService, IProcessJSONService processJSONService)
    2523        {
     
    3230            return _healthFacilitiesService.GetAll();
    3331        }
    34        /* public void Index()
    35        
     32        public void Index()
    3633        {
    3734            _processJSONService.GetProcessedHealthFacilitiesFromJSON();
    38         }*/
     35        }
    3936    }
    4037}
Note: See TracChangeset for help on using the changeset viewer.