Changeset 1db5673 for Farmatiko/Controllers/AdminController.cs
- Timestamp:
- 11/14/20 12:27:30 (4 years ago)
- Branches:
- master
- Children:
- 68454c6
- Parents:
- ad60966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/AdminController.cs
rad60966 r1db5673 11 11 { 12 12 [ApiController] 13 [Authorize(Roles = " PharmacyHead")]13 [Authorize(Roles = "Admin")] 14 14 public class AdminController : Controller 15 15 {
Note:
See TracChangeset
for help on using the changeset viewer.