Changeset c406ae5 for Farmatiko/Controllers/PharmacyHeadController.cs
- Timestamp:
- 08/05/20 18:39:58 (5 years ago)
- Branches:
- master
- Children:
- 63d885e
- Parents:
- a6bbad1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/PharmacyHeadController.cs
ra6bbad1 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.