Added AdminPages to admin dashboard and navigation + created 2.0 todo list
This commit is contained in:
12
test/FrontendTest/AdminContext.cs
Normal file
12
test/FrontendTest/AdminContext.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using HopFrame.Web.Admin;
|
||||
using HopFrame.Web.Admin.Models;
|
||||
using RestApiTest.Models;
|
||||
|
||||
namespace FrontendTest;
|
||||
|
||||
public class AdminContext : AdminPagesContext {
|
||||
|
||||
public AdminPage<Address> Addresses { get; set; }
|
||||
public AdminPage<Employee> Employees { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user