Changeset a6bbad1 for Farmatiko/Controllers
- Timestamp:
- 07/31/20 21:01:19 (4 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/HealthFacilitiesController.cs
r58fa654 ra6bbad1 20 20 private IHealthFacilityService _healthFacilitiesService; 21 21 private IProcessJSONService _processJSONService; 22 /*private IProcessJSONService _processJSONService;*/23 private string Path = @"C:\Users\dslez\Desktop\ustanovi.json";24 22 public HealthFacilitiesController(IHealthFacilityService healthFacilitiesService, IProcessJSONService processJSONService) 25 23 { … … 32 30 return _healthFacilitiesService.GetAll(); 33 31 } 34 /* public void Index() 35 32 public void Index() 36 33 { 37 34 _processJSONService.GetProcessedHealthFacilitiesFromJSON(); 38 } */35 } 39 36 } 40 37 }
Note:
See TracChangeset
for help on using the changeset viewer.