- Timestamp:
- 07/29/20 13:21:48 (5 years ago)
- Branches:
- master
- Children:
- de18858
- Parents:
- ef1219a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoRepoInterfaces/IHealthcareWorkerRepository.cs
ref1219a re42f61a 6 6 namespace FarmatikoData.FarmatikoRepoInterfaces 7 7 { 8 public interface IHealthcareWorker sRepository8 public interface IHealthcareWorkerRepository 9 9 { 10 10 IEnumerable<HealthcareWorkers> GetAll(); 11 HealthcareWorkers GetByName(string Name);12 ICollection<HealthcareWorkers> GetByBranch(string Branch);13 ICollection<HealthcareWorkers> GetByFacility(HealthFacilities HealthFacility);14 11 void Add(HealthcareWorkers HealthcareWorker); 15 12 void Remove(HealthcareWorkers healthcareWorker); 16 13 } 17 14 }
Note:
See TracChangeset
for help on using the changeset viewer.