public CustomFormController(DynFormsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DynamicFormsController(DynFormsContext context)
 {
     _context = context;
 }