- Timestamp:
- 07/29/20 20:02:58 (4 years ago)
- Branches:
- master
- Children:
- a55ef91
- Parents:
- de18858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoRepoInterfaces/IPharmacyRepository.cs
rde18858 r4e72684 10 10 void Add(Pharmacy pharmacy); 11 11 ICollection<Pharmacy> GetPharmacies(); 12 IEnumerable<Pharmacy> GetAll(); 12 13 void Remove(Pharmacy pharmacy); 13 14 void UpdatePharmacy(Pharmacy pharmacy, string Name);
Note:
See TracChangeset
for help on using the changeset viewer.