- Timestamp:
- 08/20/24 23:14:03 (3 months ago)
- Branches:
- main
- Children:
- 57fc402
- Parents:
- 63bd770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Controllers/ProductsController.cs
r63bd770 rd6040ef 30 30 // set if is authenticated 31 31 ViewBag.isAuthenticated = await getCrrentUser(); 32 ViewBag.hasAccess = await checkAuthorizationAsync(); 32 33 if (!String.IsNullOrEmpty(searchString)) 33 34 {
Note:
See TracChangeset
for help on using the changeset viewer.