I am trying to implement generic CRUD, like generic views in Django.
See this code :
public abstract class GenericCreatePage : PageModel { pub