- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/FarmatikoRepoInterfaces/IPharmacyRepository.cs
ra55ef91 rc406ae5 11 11 IQueryable<Pharmacy> GetAll(); 12 12 void Remove(Pharmacy pharmacy); 13 void UpdatePharmacy(Pharmacy pharmacy , string Name);13 void UpdatePharmacy(Pharmacy pharmacy); 14 14 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.