Changeset 0a694bb for Farmatiko/Controllers/PharmacyHeadController.cs
- Timestamp:
- 02/07/21 16:25:56 (4 years ago)
- Branches:
- master
- Children:
- e0cdea2
- Parents:
- ac51326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/PharmacyHeadController.cs
rac51326 r0a694bb 44 44 return Ok(Success); 45 45 } 46 [HttpDelete]46 /* [HttpDelete] 47 47 [Route("api/pharmacyhead/delete/{Id}")] 48 48 public async Task<IActionResult> Remove([FromRoute] int Id) … … 50 50 bool Success = await _PHService.Remove(Id); 51 51 return Ok(Success); 52 } 53 [HttpPost]52 }*/ 53 /* [HttpPost] 54 54 [Route("api/pharmacyhead/requests/{Id}")] 55 55 public async Task<IActionResult> RemoveClaimingRequest([FromRoute] int Id) … … 57 57 bool Success = await _PHService.RemoveClaimingRequest(Id); 58 58 return Ok(Success); 59 } 59 }*/ 60 60 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.