- Timestamp:
- 07/29/20 13:21:48 (5 years ago)
- Branches:
- master
- Children:
- de18858
- Parents:
- ef1219a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoRepoInterfaces/IHealthFacilityRepository.cs
ref1219a re42f61a 9 9 { 10 10 IEnumerable<HealthFacilities> GetAll(); 11 IEnumerable<HealthFacilities> GetByType(string Type);12 11 void Add(HealthFacilities healthFacility); 13 IEnumerable<HealthFacilities> GetAllByName(string Name);14 12 } 15 13 }
Note:
See TracChangeset
for help on using the changeset viewer.