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 | |
---|
1 | using FarmatikoData.Models;
|
---|
2 | using System;
|
---|
3 | using System.Collections.Generic;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | namespace FarmatikoServices.FarmatikoServiceInterfaces
|
---|
7 | {
|
---|
8 | public interface IProcessJSONService
|
---|
9 | {
|
---|
10 | List<HealthFacilities> GetProcessedHealthFacilitiesFromJSON();
|
---|
11 | }
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.