- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/PharmacyHeadController.cs
ra55ef91 rc406ae5 36 36 } 37 37 [HttpPost] 38 public void Remove(PharmacyHead pharmacyHead , string Name)38 public void Remove(PharmacyHead pharmacyHead) 39 39 { 40 _pharmacyHeadRepository.Remove(pharmacyHead , Name);40 _pharmacyHeadRepository.Remove(pharmacyHead); 41 41 } 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.