- Timestamp:
- 07/29/20 13:21:48 (4 years ago)
- Branches:
- master
- Children:
- de18858
- Parents:
- ef1219a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoServices/FarmatikoServiceInterfaces/IHealthFacilityService.cs
ref1219a re42f61a 8 8 public interface IHealthFacilityService 9 9 { 10 IEnumerable<HealthFacilities> GetByName(string name);11 10 IEnumerable<HealthFacilities> GetAll(); 12 IEnumerable<HealthFacilities> GetByType(string Type);13 11 void Add(HealthFacilities healthFacility); 14 12 }
Note:
See TracChangeset
for help on using the changeset viewer.