Created AdminContext handling
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace HopFrame.Web.Admin.Generators;
|
||||
|
||||
public interface IAdminContextGenerator {
|
||||
|
||||
IAdminPageGenerator<TModel> Page<TModel>();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user