Last change
on this file since 472dd7e was f554983, checked in by Dimitar Slezenkovski <dslezenkovski@…>, 2 years ago |
Add cron job for updating data, with Quartz.NET
|
-
Property mode
set to
100644
|
File size:
434 bytes
|
Rev | Line | |
---|
[a55ef91] | 1 | using FarmatikoData.Models;
|
---|
| 2 | using System;
|
---|
| 3 | using System.Collections.Generic;
|
---|
| 4 | using System.Text;
|
---|
[c406ae5] | 5 | using System.Threading.Tasks;
|
---|
[a55ef91] | 6 |
|
---|
| 7 | namespace FarmatikoServices.FarmatikoServiceInterfaces
|
---|
| 8 | {
|
---|
| 9 | public interface IProcessJSONService
|
---|
| 10 | {
|
---|
[d23bf72] | 11 | void GetProcessedHealthFacilitiesFromJSON();
|
---|
| 12 | void GetProcessedHealthcareWorkersFromJSON();
|
---|
| 13 | void GetProcessedMedicinesFromJSON();
|
---|
| 14 | void DownloadPharmaciesExcel();
|
---|
[a55ef91] | 15 | }
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.