- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoRepoInterfaces/IHealthFacilityRepository.cs
ra55ef91 rc406ae5 9 9 void Add(HealthFacilities healthFacility); 10 10 void Remove(HealthFacilities healthFacility); 11 IQueryable<HealthFacilities> GetByName(string Name); 11 12 } 12 13 }
Note:
See TracChangeset
for help on using the changeset viewer.