source: FarmatikoServices/FarmatikoServiceInterfaces/IProcessJSONService.cs

Last change on this file was f554983, checked in by Dimitar Slezenkovski <dslezenkovski@…>, 3 years ago

Add cron job for updating data, with Quartz.NET

  • Property mode set to 100644
File size: 434 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 GetProcessedHealthcareWorkersFromJSON();
13 void GetProcessedMedicinesFromJSON();
14 void DownloadPharmaciesExcel();
15 }
16}
Note: See TracBrowser for help on using the repository browser.