source: FarmatikoServices/FarmatikoServiceInterfaces/IProcessJSONService.cs@ afefe75

Last change on this file since afefe75 was d23bf72, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Add SystemService, Auth, fix a lil bugs :)

  • Property mode set to 100644
File size: 483 bytes
Line 
1using FarmatikoData.Models;
2using System;
3using System.Collections.Generic;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace 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.