- Timestamp:
- 08/07/20 11:01:25 (5 years ago)
- Branches:
- master
- Children:
- 5d02859
- Parents:
- ee137aa (diff), c406ae5 (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
-
FarmatikoServices/FarmatikoServiceInterfaces/IProcessJSONService.cs
ree137aa r63d885e 3 3 using System.Collections.Generic; 4 4 using System.Text; 5 using System.Threading.Tasks; 5 6 6 7 namespace FarmatikoServices.FarmatikoServiceInterfaces … … 8 9 public interface IProcessJSONService 9 10 { 10 List<HealthFacilities> GetProcessedHealthFacilitiesFromJSON(); 11 Task<HashSet<HealthFacilities>> GetProcessedHealthFacilitiesFromJSON(); 12 Task<HashSet<Pandemic>> GetProcessedPandemicsFromJSONApi(); 13 Task<HashSet<HealthcareWorkers>> GetProcessedHealthcareWorkersFromJSON(); 14 Task<HashSet<Medicine>> GetProcessedMedicinesFromJSON(); 11 15 } 12 16 }
Note:
See TracChangeset
for help on using the changeset viewer.