Changeset afefe75 for Farmatiko/Controllers/PharmacyHeadController.cs
- Timestamp:
- 02/04/21 21:46:29 (4 years ago)
- Branches:
- master
- Children:
- ac51326
- Parents:
- de9d697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/PharmacyHeadController.cs
rde9d697 rafefe75 30 30 //POST 31 31 32 [HttpP ut]32 [HttpPost] 33 33 [Route("api/pharmacyhead/update")] 34 34 public async Task<IActionResult> UpdatePharmacyHead([FromBody] PharmacyHeadDto pharmacyHead)
Note:
See TracChangeset
for help on using the changeset viewer.