Changeset c73269d for Farmatiko/Controllers
- Timestamp:
- 07/31/20 20:30:41 (4 years ago)
- Branches:
- master
- Children:
- a6bbad1, ee137aa
- Parents:
- d8fafb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/HealthFacilitiesController.cs
rd8fafb8 rc73269d 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.