Line | |
---|
1 | using FarmatikoData.Models;
|
---|
2 | using System;
|
---|
3 | using System.Collections.Generic;
|
---|
4 | using System.Text;
|
---|
5 | using System.Threading.Tasks;
|
---|
6 |
|
---|
7 | namespace FarmatikoServices.FarmatikoServiceInterfaces
|
---|
8 | {
|
---|
9 | public interface IProcessJSONService
|
---|
10 | {
|
---|
11 | void GetProcessedHealthFacilitiesFromJSON();
|
---|
12 | void GetProcessedPandemicsFromJSONApi();
|
---|
13 | void GetProcessedHealthcareWorkersFromJSON();
|
---|
14 | void GetProcessedMedicinesFromJSON();
|
---|
15 | void DownloadPharmaciesExcel();
|
---|
16 | }
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.