source: FarmatikoServices/FarmatikoServiceInterfaces/IProcessJSONService.cs@ c73269d

Last change on this file since c73269d was a55ef91, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Update & add service

  • Property mode set to 100644
File size: 282 bytes
Line 
1using FarmatikoData.Models;
2using System;
3using System.Collections.Generic;
4using System.Text;
5
6namespace FarmatikoServices.FarmatikoServiceInterfaces
7{
8 public interface IProcessJSONService
9 {
10 List<HealthFacilities> GetProcessedHealthFacilitiesFromJSON();
11 }
12}
Note: See TracBrowser for help on using the repository browser.