public CustomFormController(DynFormsContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DynamicFormsController(DynFormsContext context)
 {
     _context = context;
 }